Automating the code quality of your extensions
Style checking, type checking, linting, unit tests, functional tests, CI, GitHub Actions … oh my. You want alle the automated help you can get for keeping your extension stable and maintainable, but there are so many tools and options. Where should you start? Where can you look for best-practice examples to steal/copy from?
This session will be a guided tour through a best-practices example extension by the TYPO3 Quality Assurance Initiative that shows which tools to use and how to get started with them. You will also learn the basics of unit testing your extensions.