this post was submitted on 05 Sep 2023
387 points (94.5% liked)

Programmer Humor

19331 readers
155 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

"It's just easier to type" and other lies you believe

you are viewing a single comment's thread
view the rest of the comments
[โ€“] mustardman@discuss.tchncs.de 20 points 1 year ago* (last edited 1 year ago) (1 children)

I worked with a complier that would assume only compare the first 8 characters and would treat it the same afterwards.

Compiler copyright was around 1990.

Edit: This was for function names in C

[โ€“] SubArcticTundra@lemmy.ml 4 points 1 year ago

Damn that must have been such a headache