4623 shaares
397 liens privés
397 liens privés
TL;DW; ? Ce que je retiens:
"""
Avoid Technical Debt
- use a framework
- be open to new technologies
- unit tests
- loosely coupled code
- code reusability (modularize the code)
- reduce code complexity
- code reviews and feedback
- coding standards (promote good architecture)
- design patterns
- general best practices
- static code analysis
- continuous integration tools
- configuration management tools
Pay off Debt
- Make a plan
- Set goals
- Stay inside your budget
- Consistency
- Pay off some debt each sprint on regular interval
"""