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

Programmer Humor

31217 readers
37 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 11 months ago* (last edited 11 months 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] 12 points 11 months 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] 1 points 11 months ago
[–] [email protected] 3 points 11 months ago (1 children)

Add make it cheap and you got yourself a deal

[–] [email protected] 2 points 11 months ago

Also make it yesterday.

[–] [email protected] 3 points 11 months ago (1 children)
[–] [email protected] 6 points 11 months ago

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