In this presentation I’ll take a deep dive into my preferred development and deployment workflow. I’ll cover how to work with code quality tools such as PHPMD, PHP_CodeSniffer and JSLint, as well as how to implement Test Driven Development into a custom plugin. I’ll wrap the whole thing up by demonstrating how to connect everything to a continuous integration / delivery pipelines to test the code and deploy automatically.
Takeaways:
- Code Quality
- TDD
- CI/CD