Optimize For Maintainability Onboarding
● Have some up-to-date overall documentation in place (system architecture,
domain, ...)
● Documentation of core decisions (e.g. ADR)
● Pay attention to readability
● Favor automation (every manual process will break sooner or later)
● Simplicity is king, make it a habit/ principle