this post was submitted on 07 Mar 2024
784 points (95.1% liked)

Programmer Humor

32031 readers
1674 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] UnderpantsWeevil@lemmy.world -2 points 6 months ago* (last edited 6 months ago)

Rolling up and getting started is a great way to find some really sloppy ways to do some initially very fascinating tricks. Like, its not a terrible idea on its face.

But there's a huge difference between learning some javascript tricks or python commands to macro with and professionally designing a full stack. Really depends on what you're trying to accomplish.

Best thing in the world is a fresh faced young developer who is eager to learn everything you put in front of them. Worst thing in the world is someone who only half-knows how to code but thinks they can do a proper mobile app from first principles. Every time I see a mile of copypasta spaghetti code sitting inside a single oversized Main() function, I die inside.