|
|
|
|
|
by MarsIronPI
129 days ago
|
|
This might be slightly tangential but it's relevant to languages in general. Even in "squiggly" programming languages, I find that I my favorite code is the code that I'm able to write "spread out". Whether it be through method chains or through assigning names to intermediary values (though only if the intermediary is still semantically meaningful) or through a series of pipe operators I find that this "spacing" of semantic units makes it easier for me to follow the flow of the program. |
|