this post was submitted on 05 Aug 2023
688 points (97.9% liked)

Programmer Humor

32000 readers
1744 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] 22 points 1 year ago* (last edited 1 year ago) (3 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] 14 points 1 year ago (1 children)

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] 2 points 1 year ago
[–] [email protected] 4 points 1 year ago (1 children)

Add make it cheap and you got yourself a deal

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

Also make it yesterday.

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

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