this post was submitted on 05 Aug 2023
17 points (100.0% liked)

Programmer Humor

32050 readers
1602 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
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

Years of experience speaking:

  • Make it work
  • Make it right
  • Make it fast

If your end results are following this pattern, no one gives a fuck how you do

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

Make it maintainable should be up there too.

I’ve worked with projects that does the right thing, but no one can add new features to it because it’s a nightmare to work with. It’s at the level of not being able to move a button on the UI without breaking how the software interacts with the cloud.

[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

Nah, do all three. That should have been a numbered list.