General
136 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
Kanban
Visual workflow management using boards
Open Source
Software with publicly available source code
Pair Programming
Two developers collaborating at one workstation
Refactoring
Restructuring code without changing external behavior
Microservice
Small independently deployable focused service
TDD
Writing tests before code in a red-green-refactor cycle