It's been a while since my last article so, hopefully you didn't forget what we last discussed. Throughout the last 3 articles I alluded to some ni...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
This is a great post! Good inspiration for people like me who enjoy declarative programming and want to keep them functions tidy and clean.
Thanks. Glad you enjoyed it π
There is no declarative programming here.
@pentacular There is no actual code here. These are issues that I've faced when I was starting out, and I thought were worth sharing.
I'm not objecting to the article -- just pointing out that it's not declarative.
And there's nothing wrong with that.
Great post!
"...I can't just put a big ol' dot between two functions in JS can I? " that part put me in stiches,
Great article manπ
Glad you enjoyed it π
Or you could just ... use variables.
Then you can also have sensible names.
And it won't be any less functional.
Sure, I never said you couldn't use variables. Which of the problems do you think can be solved by using variables? I never said anything about having sensible names, are you confusing this post with some other post?
Since you're suggesting point-free composition it might be a good idea to also consider the alternative.
Each approach has its strengths and weaknesses, after all.