General
30 views
Clean Code
Quick Definition
Writing readable maintainable code
Full Definition
Writing code that is readable maintainable and follows consistent conventions.
Examples
meaningful names, small functions, DRY, SOLID principles
Related Terms
refactoring
code-quality
solid
More General Terms
Trunk Based Development
Branching model integrating code to main branch frequently
Code Review
Examining code changes before merging for quality
BDD
Extending TDD with natural language behavior specs
Microservice
Small independently deployable focused service
Container
Lightweight package with everything to run software
Technical Writing
Creating clear documentation for technical products and APIs