- cross-posted to:
- programminghumor@lemmy.world
- programmer_humor@programming.dev
- cross-posted to:
- programminghumor@lemmy.world
- programmer_humor@programming.dev
Made with KolourPaint and screenshots from Kate (with the GitHub theme).
You must log in or # to comment.
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.