|
|
|
|
|
by SparklingCotton
3993 days ago
|
|
Then why did you call your variables x and y, and not y and x? Surprise: because there IS a semantic meaning to the order. The haskell variable naming convention is bad. What is worse is that when someone points it out, there is ALWAYS this one or two variable example being put forward, when the problem exists in the 90% of functions that have 5 or more variables in scope. I see a lot of haskell code that looks like FORTRAN. Haskell code is yet not written in large companies where there is a readability requirement. I just hope more programmers with a better taste for readability joins the Haskell ranks. The readability story needs to improve (and I see it improving a bit..) |
|
That said, it certainly can be taken too far and turn into a clusterfuck.