this post was submitted on 05 Jul 2024
423 points (95.7% liked)

Programmer Humor

18958 readers
907 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

How dare I polish and remove kludges from previous releases. ๐Ÿ˜†

Also, none of those kludges would have even been necessary if the project scope was properly defined from the start and the project manager didn't let the users keep trickling in new requirements without also extending the deadline.

So yeah, how dare I go back and implement something the way it should have been done the first time?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 15 points 1 month ago* (last edited 1 month ago)

The user is always right about what they are willing to spend money on. That doesn't mean they know what they want, although a lot of people don't want to change.

That doesn't mean all change is good, and it isn't like any UI will ever meet everyone's preferences. For example, I hate adaptive design interfaces that are significantly different in confusing ways on different resolutions. Like I understand switching a static menu to an expandable menu, but not moving the relative location of certain buttons from the bottom of the screen to the top or vise versa. But that might make sense for some use case that isn't how I interact with it.