The engineering playbook is a centralized repository of assets to help out with repetitive and common engineering related tasks.
A collection of boilerplate projects to help you kick-start your new product. The starters are a lot more than just a simple setup tech stack setup. They tackle most aspects you have to deal with when starting a project from scratch.
- setup for unit / integration testing frameworks + code coverage
- SonarQube config file
- static analysis at compile time - whichever of the followings applies - linters, pmd, findbugs, checkstyle
- ide formatters
Anything that applies to a specific setup; e.g. implementation for authentication / authorisation