this post was submitted on 31 Jul 2026
1137 points (99.2% liked)

Programmer Humor

32589 readers
513 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
1137
Welp (programming.dev)
submitted 2 days ago* (last edited 2 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 15 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 2 points 19 hours 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 1 day 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?