A cartoon caveman

Document your Dependencies

(code for this section)

As your project grows and you add more and more dependencies, it can become hard to remember why you have any given dependency. This can lead to you having multiple ways of doing the same task or keeping a library around that you don't actually need anymore.

One way to combat this is with comments.

→ Precompile your Routes

← Dynamically Generate SQL