Skip to main content

ELL Blog

How Often Should You Update Dependencies?

Every time you start working on a project, ou should update your dependencies (weekly).

Iterative Dependency Approach

For each crucial feature dependency (e.g. react-native), some library maintained by an amateur, a feature your software really depends on → Read dependency changelog → update dependency to next version → compile → fix compilation bugs → compile → integration test → fix runtime bugs → REPEAT