Description: Blog of a grumpy engineering manager
Blog of a grumpy engineering manager
Learning how to migrate highly connected Django models from integer primary keys to UUID primary keys.
Here are some easy steps I try to do on every Java-project I’m working on. They are based upon what I’ve seen as major problem sources in different code bases, and should be fairly easy to apply - at least on new code. Tooling The first steps are to enable some basic tooling that can help us keep the project a bit of better shape. All of these comes with a cost, namely build time, but it’s totally worth it.