show/hide this revision's text 2 deleted 157 characters in body; [made Community Wiki]

I recently started studying functional programming using Haskell and came upon this article on the official Haskell wiki: How to read Haskell.

The article claims that short variable names such as x, xs, and f are fitting for Haskell code, because of conciseness and abstraction. In essence, it claims that functional programming is such a distinct paradigm that the naming conventions from other paradigms don't apply.

What are your thoughts on this?

Note: I didn't find any clear guidelines for which questions should be community wiki, but I have a feeling this one could fall into that group.

show/hide this revision's text 1

Does functional programming mandate new naming conventions?

I recently started studying functional programming using Haskell and came upon this article on the official Haskell wiki: How to read Haskell.

The article claims that short variable names such as x, xs, and f are fitting for Haskell code, because of conciseness and abstraction. In essence, it claims that functional programming is such a distinct paradigm that the naming conventions from other paradigms don't apply.

What are your thoughts on this?

Note: I didn't find any clear guidelines for which questions should be community wiki, but I have a feeling this one could fall into that group.