HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 months agoWhy make it complicated?lemmy.mlexternal-linkmessage-square3fedilinkarrow-up12arrow-down10file-textcross-posted to: programmer_humor@programming.dev
arrow-up12arrow-down1external-linkWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square3fedilinkfile-textcross-posted to: programmer_humor@programming.dev
minus-squarePowerCrazy@lemmy.mllinkfedilinkEnglisharrow-up1·2 months agoEnlightenment is realizing that variables don’t have nor need a type, they are all just arrays of bits.
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up1·2 months agoAre you the person who’s writing these APIs that just return dynamically generated untyped JSON that I need to deal with on my team at work? Typing absolutely matters and I will die on this hill
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up1·edit-22 months agovoid* isOdd(void* ptr); Look at what you made me do.
Enlightenment is realizing that variables don’t have nor need a type, they are all just arrays of bits.
Are you the person who’s writing these APIs that just return dynamically generated untyped JSON that I need to deal with on my team at work? Typing absolutely matters and I will die on this hill
void* isOdd(void* ptr);
Look at what you made me do.