merari42@lemmy.world to Programmer Humor@programming.dev · 1 day agoThe state should be purely passed through function inputs and outputslemmy.worldimagemessage-square97fedilinkarrow-up1879arrow-down15
arrow-up1874arrow-down1imageThe state should be purely passed through function inputs and outputslemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square97fedilink
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up10·23 hours agoJavascript: I heard you like mutating class data so I’m mutating the data you can put in your class data, dawg.
minus-squareZagorath@aussie.zonelinkfedilinkarrow-up2·16 hours agoTo be fair to JavaScript (I feel gross just saying that), it does have the ability to do some more functional-like programming as well. For example, many of its more recent array methods like filter, map, and reduce are pure functions.
Javascript:
I heard you like mutating class data so I’m mutating the data you can put in your class data, dawg.
To be fair to JavaScript (I feel gross just saying that), it does have the ability to do some more functional-like programming as well. For example, many of its more recent array methods like filter, map, and reduce are pure functions.
JavaScript: a language for mutants.