✏️ Project Exercise 2 ✏️#
Refactoring
Recall:
Orthogonal
Two code snipptes are orthogonal if changing one does not affect the other.
DRY
Reusable logic should be defined once and once only!
SSOT
Every piece of information must have a single, unambiguous, authoritative representation within a system.”
Head over to the LLM Training repository and have a look at Project - Exo 2.