|
|
|
|
|
by misja
2458 days ago
|
|
The main benefit of example 2 IMO is that some variables got readable names. E.g. n became maxLineLength and x became line. But bad naming practices have nothing to do with FP per se. Although it does seem to be fashionable in part of the FP community to have everything as terse as possible including variable names. |
|