The Cost of Dependencies
Every package you install is a potential security risk and maintenance burden.
Before adding a dependency, ask:
- Can I implement this in a few lines of code myself?
- Is the package actively maintained?
- Has it had security issues in the past?
Less is more. The fewer dependencies, the fewer things that can break.