14
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 2 points 1 year ago

I once worked with a senior dev who wrote all his array iteration for loops with no condition e.g "for int i = 0 ;; i++" and added an "if i == array.length then break" type condition to the end of every block... And he genuinely didn't see this as a problem at all.

[-] [email protected] 2 points 1 year ago

This was something I did in school to fuck with the teacher. He said all he cared about was output so as long as the code all worked, we could make it as stupid as we want. He taught us really good basics though. Really encouraged us to learn more about coding ourselves so that we could make the next best shitpost for the class. My favorite was creating stupid arithmetic functions. What the fuck is i++? I only know the function increaseIByOne

this post was submitted on 08 Jul 2023
14 points (93.8% liked)

Programmer Humor

32060 readers
1334 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS