• projectmoon
    link
    fedilink
    2616 days ago

    This guy would fit in well at my previous job where the founder discouraged writing unit tests because “there are too many scenarios to test.”

    Like, wtf…

    • @[email protected]
      link
      fedilink
      815 days ago

      It’s been the hardest thing for me to instill good testing practices in devs. In a function with 23 paths devs usually burnout and only do 9 or 10. Most never consider that making the function smaller is an option.