🔗 Steph Ango: File over app

The files you create are more important than the tools you use to create them. Apps are ephemeral, but your files have a chance to last.

This is excellent advice, and one that I’m trying to practice better. I’d also argue that this can be extended to a software design principal, which is to assume the data will outlive the system. Therefore, prefer a data scheme that will be long lasting, and worry less about the systems that operate over it. This is why I found it distasteful to offload schema designs to ORMs.