MHLoppy@fedia.io to Programmer Humor@programming.dev · 2 days agoisInHell = 'true'fedia.ioimagemessage-square79fedilinkarrow-up1628arrow-down13file-text
arrow-up1625arrow-down1imageisInHell = 'true'fedia.ioMHLoppy@fedia.io to Programmer Humor@programming.dev · 2 days agomessage-square79fedilinkfile-text
minus-squarepHr34kY@lemmy.worldlinkfedilinkarrow-up5·20 hours agoThe backend and frontend on the product I work on are like this. As long as you remember that booleans are not strings and should always be parsed if they are, this won’t be a problem. I am yet to see a boolean.parse() implementation in the wild that is case sensitive.
The backend and frontend on the product I work on are like this.
As long as you remember that booleans are not strings and should always be parsed if they are, this won’t be a problem.
I am yet to see a boolean.parse() implementation in the wild that is case sensitive.