Comment on Lemm.ee is dead
SurvivalMariner@lemm.ee 9 months agoThe devs run it on lemmy.ml for a while and said it was ok to update. You cannot blame lemm.ee for trusting that. These things are complex and things get missed. You’d probably know that if you contributed to open source, rather than consume and complain when it isn’t perfect. Keep leeching elsewhere.
vsh@lemm.ee 9 months ago
Was testing on production ever a good idea?
bamboo@lemm.ee 9 months ago
You always do some testing in production. You can do unit testing, integration testing, and even some load testing before deployment, but you will always find bugs once it’s rolled out to production with a bunch of variables you cannot control and couldn’t have possibly accounted for. That’s why most software has point releases, it’s inevitable on any marginally complex software.