sprogramming_languages·Programming Languagesbysoc Library Design: Naming Conventions – Streaminghttps://soc.me/languages/naming-conventions-streamingOpen linkView original on programming.dev3Comments1
bbitcrafter programming.devThe very first example on that page is: List(1, 2, 3).map(_ + 1) --> List(1, 2, 3) I have a really hard time taking seriously a language that does the wrong thing when asked to add one to each element in a list...2
The very first example on that page is:
I have a really hard time taking seriously a language that does the wrong thing when asked to add one to each element in a list...