HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 4 months agoWhy make it complicated?lemmy.mlexternal-linkmessage-square3fedilinkarrow-up12arrow-down11file-textcross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1external-linkWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 4 months agomessage-square3fedilinkfile-textcross-posted to: programmer_humor@programming.dev
minus-squarePowerCrazy@lemmy.mllinkfedilinkEnglisharrow-up1·4 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·4 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-24 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.