@cm0002@lemmy.world to Programmer Humor@programming.dev • 2 days agoTell me the truth ...piefed.jeena.netimagemessage-square129fedilinkarrow-up11.1K
arrow-up11.1KimageTell me the truth ...piefed.jeena.net@cm0002@lemmy.world to Programmer Humor@programming.dev • 2 days agomessage-square129fedilink
minus-square@bitcrafter@programming.devlinkfedilink4•11 hours agoThe mistake was that they created a type that behaves like an array in every case except for bool, for which they created a special magical version that behaves just subtly different enough that it can break things in confusing ways.
minus-square@ethancedwards8@programming.devlinkfedilinkEnglish2•11 hours agoCould you provide an example?
The mistake was that they created a type that behaves like an array in every case except for
bool
, for which they created a special magical version that behaves just subtly different enough that it can break things in confusing ways.Could you provide an example?