▲ | lpribis 4 days ago | ||||||||||||||||
Updating packages daily (!) is insane to me as someone from the other end of the programming spectrum (embedded C). Is this really the recommended practice? | |||||||||||||||||
▲ | DecoySalamander 3 days ago | parent | next [-] | ||||||||||||||||
It really isn't, and I've never seen anyone do that. In every project I've worked on in the past decade, dependencies were only occasionally bumped in the context of some maintenance task or migration. | |||||||||||||||||
▲ | egorfine 4 days ago | parent | prev | next [-] | ||||||||||||||||
It is insane to me as a C programmer as well. It is something I got used to as a frontend js developer. It so recommend to stay on top of the dependencies and for different stacks this means different update schedule. For some, daily is indeed a good choice. | |||||||||||||||||
| |||||||||||||||||
▲ | acdha 4 days ago | parent | prev [-] | ||||||||||||||||
It varies but there are a lot of tools built around the idea of rapid updates so things like APIs can change quickly throughout a far more fragmented ecosystem. I suspect that we’re going to see a lot of places back off of that a bit to have something like monthly update cycles where there’s more time for scanning and review while still expecting people to upgrade more frequently than used to be common. |