Just because the internet of things was two hype cycles ago doesn't mean we can't still dunk on it.

  • hexaflexagonbear [he/him]
    ·
    2 months ago

    We were using a fork we customuzed of an open source package (we will merge our additions but the team wants us to wait until they're done with a major revision). At some point another upstream package made a fundamental change that broke everything. So we learned the hard way to have upper bounds on all required package version numbers lol. That was such a pain to investigate.

    • CarbonScored [any]
      ·
      edit-2
      2 months ago

      Lol, sounds like the work I would do at my job. But absolutely! This is why there should always be a >= and <= version requirement on dependencies.

      Dooown with needless updates no-fun-allowed