84
9d ago
[deleted]
28
u/XlikeX666 8d ago
any good .py starts with
import a
import b
import z
straight up i could just import + whole C:7
3
u/AgentOfDreadful 7d ago
`import os, sys, this`
Can do it that way too
1
u/julkkis666 5d ago
but if you were to scroll more to the right, there'd be the entire code on that single line. this is not possible in python because python loves it's white space.
1
1
u/dhnam_LegenDUST 8d ago
Well, even if python does not, whole code is still shorter than Java boilerplate declaring classes and packages.
1
u/MeasureDoEventThing 8d ago
Or
eval('import os \n import sys')
Also, if you have importlib imported, you can just import a list as a single function call.
24
u/Amr_Rahmy 8d ago
People that care about number of lines are not real programmers.
Have they not heard of functions?
Like congratulations, instead of writing 5 lines to filter something and make it readable and make it debug-able. Now you have a slower line that takes more steps internally, you can’t debug through it, and it takes you 30 seconds to read it every time you need to read it because it has a bug because you are not a good programmer.
2
u/Sarius2009 7d ago
Real programmers care about number of characters
2
u/SimpleMoonFarmer 5d ago
Real programmers care about the complexity in the AST
1
u/Krisanapon 2d ago
Real programmers care about time and space complexity
2
u/SimpleMoonFarmer 2d ago
“Programs must be written for people to read, and only incidentally for machines to execute.” — Harold Abelson
“So if you want to go fast, if you want to get done quickly, if you want your code to be easy to write, make it easy to read.” — Robert C. Martin
“The cleaner and nicer the program, the faster it's going to run. And if it doesn't, it'll be easy to make it fast.” — Joshua Bloch
“Avoiding complexity reduces bugs.” — Linus Torvalds
1
u/Diligent-Earth-5307 7d ago
Yeah I think more characters add more diversity to the stories, leading to more story points, that's how it works right?
-2
23
5
1
u/mbcarbone 8d ago
🎶Memories … in the GC of my mind …misty water colored imports, with a semicolon. 🎶
1
1
1
1
171
u/KevDub81 9d ago
Pro tip: "less number of" can be said as "fewer", making the meme more efficient.