• @[email protected]
      link
      fedilink
      610 months ago

      Except if your adhd includes the perfectionist trait, because then you will never get to write the next line of code.

    • fusio
      link
      fedilink
      510 months ago

      and how you could test it easily! it’s incredible how much it helps for cleaner architectures

    • @victron
      link
      English
      410 months ago

      This is actually a pro tip.

    • @railsdev
      link
      3
      edit-2
      8 months ago

      deleted by creator

      • @nous
        link
        English
        410 months ago

        I don’t find this helps. More often your assumptions about how something might change are wrong and when the actual change comes in you can end up causing yourself more work undoing the abstractions you made. IMO keep things simple as you can for as long as you can and add in abstractions when they are needed and remove them when they are not. Write code that is easy to change when change is needed, not code that tries to account for all possible future changes as this is impossible to do.