Last Updated: February 25, 2016
·
499
· oscarcp

Stop using tons of dependencies

Keep your dependency list the lower you can. There's always a way to do things with the builtin stuff.

It's better to spend 10 hours working out how to do something with the builtin methods and libraries than just adding some new library just for using a couple functions in 10 minutes.

That's how we keep e-cidadania fast as hell :)