codeinabox@programming.dev to Programming@programming.devEnglish · 3 days agoBeyond Lambdas: Raising the Abstraction Level of Functional Codeadamtornhill.substack.comexternal-linkmessage-square15linkfedilinkarrow-up137arrow-down13
arrow-up134arrow-down1external-linkBeyond Lambdas: Raising the Abstraction Level of Functional Codeadamtornhill.substack.comcodeinabox@programming.dev to Programming@programming.devEnglish · 3 days agomessage-square15linkfedilink
minus-squareWomble@piefed.worldlinkfedilinkEnglisharrow-up5·3 days agoHonestly, as long as the functions you are creating are pure and reasonably named, I think its pretty much always a win to wrap any coherent operation up into one.
Honestly, as long as the functions you are creating are pure and reasonably named, I think its pretty much always a win to wrap any coherent operation up into one.