General
32 views
Technical Debt
Quick Definition
Cost of rework from easy solutions over better ones
Full Definition
The cost of rework from choosing easy solutions instead of better approaches.
Examples
quick fixes, legacy code, missing tests, refactoring needs
Related Terms
refactoring
code-quality
More General Terms
System Design
Defining architecture components and interfaces for systems
Documentation as Code
Applying dev practices to documentation management
Event Sourcing
Storing all state changes as immutable event sequences
Code Review
Examining code changes before merging for quality
Data Pipeline
Series of processing steps moving data from source to destination
Pair Programming
Two developers collaborating at one workstation