|
|
|
|
|
by heavenlyblue
2965 days ago
|
|
All arguments about computer languages will always end up in disagreement, since every person in that argument does programming in an entirely different context. Short is good when the average half-life of your code is less than a month. When you're writing something for 10 years and beyond - it makes sense to have something incredibly sophisticated and explicit. Otherwise it doesn't since the amount of time it takes me to comprehend all of the assumptions you made in all of those nested for loops is probably longer that the lifetime of the code in production. List comprehension has a nice, locally-defined property in python: it will always terminate. |
|