Please enable JavaScript.
Coggle requires JavaScript to display documents.
Improving Software Quality (Continuous Delivery& Automation (Unit test…
Improving Software Quality
Agile & Culture
Create Backlog
Refine the Backlog frequently
Empower PO to make decision
Continuous Delivery
& Automation
Unit test all new code
& bug fixes
Measure Code Coverage
No Failing Tests
Measure Test Suite Speed
Required Code Reviews
Run CI builds on every commit
Dev/test/QA/prod env.
have same setup
Fixes "works on my machine" syndrome
Add resuable tools & libraries
Craftsmanship & Quality
:star: READ "CLEAN CODE" :star:
Run "Clean Code" Book Club
Add Automated UI/BDD/unit tests
to "HOTTEST" parts of App
Follow 80-20 principle to find Hottest parts
Write Small Classes/Functions
Applicable to New code and bug fixes
Long Term Improvement
:star: Strangler Pattern :star: