☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agoWhat Imperative Programming Feels Likemedia.mas.toimagemessage-square7fedilinkarrow-up155arrow-down16
arrow-up149arrow-down1imageWhat Imperative Programming Feels Likemedia.mas.to☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agomessage-square7fedilink
minus-squareMyFeetOwnMySoul@lemmy.calinkfedilinkarrow-up4·9 months agoNow, I don’t functional (at all), but if you call a function with no parameters, doesn’t it imply side effects?
minus-squareeluvatar@programming.devlinkfedilinkarrow-up3·9 months agoI mean it could just always return the same thing…
minus-squareMyFeetOwnMySoul@lemmy.calinkfedilinkarrow-up3·9 months agoI would think that role is filled by constants.
yes();
Now, I don’t functional (at all), but if you call a function with no parameters, doesn’t it imply side effects?
I mean it could just always return the same thing…
I would think that role is filled by constants.