I was browsing an old code of mine when I saw this line const removeShortSentences = R.compose( R.lt(R.__, 3), R.length, R.split(“.”) ) I was surprised by how unreadable the piece with …
ilearnsmarter.wordpress.com