this post was submitted on 31 Jul 2026
812 points (98.9% liked)

Programmer Humor

32593 readers
454 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 3 years ago
MODERATORS
812
Welp (programming.dev)
submitted 3 days ago* (last edited 3 days ago) by cm0002@toast.ooo to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] tatterdemalion@programming.dev 11 points 2 days ago (2 children)

Yea if you don't explicitly give it direction on how to keep the code maintainable, it will gladly just spew shit into the same file until you have 10K LOC in it.

[–] Rooster326@programming.dev 3 points 1 day ago

Claude make me an app that makes me $1 Million/day. Do not make any mistakes. Make the code maintain able.

Thanks for the tips /s

[–] NigelFrobisher@aussie.zone 3 points 2 days ago

To be fair I used to make entire features like this and then get R# to move the classes into separate files at the end. Guess I don’t like to organise too early, before the code has found it’s true form?