The Queries Part 3 of 3
This is the third and final post in a series of posts to break down the questions from my Queries on Queries talk. The full talk is available here. Is your solution reusable? Migrations feel like one off processes, but teams that migrate once usually migrate again. Have you ensured that as much of your solution as possible can be reused? Do you have a shared library of migration tools that your whole team can access? When you create new functionality are you thinking about ways to make it usable in your next project? ...