this post was submitted on 05 Aug 2023
706 points (98.0% liked)

Programmer Humor

33533 readers
279 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] 23 points 2 years ago* (last edited 2 years 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 2 years 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 2 years ago
[–] [email protected] 4 points 2 years ago (1 children)

Add make it cheap and you got yourself a deal

[–] [email protected] 4 points 2 years ago

Also make it yesterday.

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

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