this post was submitted on 16 Jun 2023
17 points (100.0% liked)

Programmer Humor

35867 readers
351 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] Thndrchld@beehaw.org 3 points 2 years ago

That’s wonderful until you have a client asking why their pre-alpha demo that you forgot they had access to just called them a fuckwit.

Don’t ask me how I know that one :D

[–] BarrierWithAshes@kbin.social 1 points 2 years ago

Ah, I always just write out the sentences directly so the program won't even compile. Always works for me lol.

[–] thepiguy@feddit.nl 1 points 2 years ago

I do todo!() For rust and in other languages I just throw an exception. And searching for TODO comments using ripgrep.

[–] SomeBoyo@feddit.de 1 points 2 years ago

chaotic good

[–] Lorgres@lemmy.world 1 points 2 years ago

#warning "TODO" Is my goto reminder when a comment doesn't cut it.