Hirrolot@hirrolotAlthough I'm sort of familiar with functional programming, I still find the last two code versions more readable than the more clever ones.jrsinclair.comWhat if the team hates my functional code?What happens when you learn functional programming and you start writing better code… but the rest of your team hates it? Do you give up? Write code you know is inferior? Do you quit and get a new...3:03 AM · Oct 25, 2022·Twitter Web App
Hirrolot@hirrolot·Oct 25Replying to @hirrolotUsually, even in functional code, I prefer giving meaningful names to entities, and factor abstractions into problem-specific categories. This probably makes code a bit less "clever", but appreciates the value of interfaces in software design.