• 0 Posts
  • 75 Comments
Joined 5 months ago
cake
Cake day: February 14th, 2024

help-circle

  • 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.









  • Like the startups that ‘disrupt’ the established system by ignoring laws and breaking the parts that worked and selling it like an improvement.

    ‘Ride sharing’ (unregulated cabs) was only cheaper because of investor funding allowing them to undercut on pricing, abusing the concept of contract workers, and the companies ignoring laws. That isn’t ‘disruptive’ by being innovative, that is cheating the system.


  • Like all sayings, there is context for moving fast and breaking things.

    The saying means that when creating something new for profit, don’t worry too much about trying to figure out all the details beforehand and figure it out as you go. This will inevitably cause things to break, but being able to quickly fix that when it happens is the same skills needed to create new features as you go.

    The saying does not work with large and complex established systems where breaking things wreak havoc.








  • A large and complex system with an API and interacts with multiple other systems that is maintained over multiple years will be killed by agile through scope creep and inconsistent implementation when there is staff turnover. People will get great ideas that break other things snd without a cohesive vision across the team, things will be missed and unfinished because people focus on their part and not the whole.

    You can add the structure to keep things coherent and spend more time doing documetation up front so people can review the API and do it right the first time instead of redoing it multiple times.

    Agile is great for some projects, but ataff turnover, coordination, and meeting any kind of complex external requiirements means it isn’t a great fit for all projects.