Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Wozza638787yProbably more effort than it's worth. I don't see any real benefit of then being separated
-
coolq48267yI don't see any problem with it, but only do it if you think it's worth the effort.
I would recommend to do it depending on the audience too. If you're making this for a beginner, it someone who has just recently picked up Python then go ahead. But otherwise it's probably a waste of time. But if you like doing it, there's no downside to having it really.
Also, welcome to DevRant! -
Some people might like it so they know where to look for documentation. But it uses more lines.
-
Take a look at that: https://python.org/dev/peps/...
Somebody already have done this and its an official python standard 😊 -
In c++ at my company we do in this order:
System includes
Third party
Local file includes
With spaces between. Looks sexy imho -
That moment when I move my head in frustration because of a color shift caused by TN matrix, then realizing I'm on MVA.
-
Think it looks nice, and if it makes it easier to understand the code its worth it.
What do you guys think of differentiating the libraries like this??
rant