|
|
|
|
|
by tel
4823 days ago
|
|
The convention for Haskell is to keep the active scope of variables very small. Any variable with an active scope of larger than maybe 3 lines, I make longer. Since these examples were hardly longer than that, I feel quite justified with short names. In Haskell, if you see a short name, look up and down 3 lines for the definition. If you can't find it then complain. |
|
Well... more power to python, and culture that embraces 'what your see is what your get' and super-readable code.