Fix errant line feed
Signed-off-by: James Ketr <james_git@ketrenos.com>
This commit is contained in:
@@ -15,7 +15,7 @@ After analyzing how 200+ engineering teams are adapting their practices, five pa
|
|||||||
**C — Constrained**
|
**C — Constrained**
|
||||||
Your unwritten rules must become written constraints. That "we never put business logic in controllers" comment in code review? It needs to be an automated architecture test. LLMs can't infer tribal knowledge. Codify your invariants in types, contracts, tests, and linters—anything that can fail a build.
|
Your unwritten rules must become written constraints. That "we never put business logic in controllers" comment in code review? It needs to be an automated architecture test. LLMs can't infer tribal knowledge. Codify your invariants in types, contracts, tests, and linters—anything that can fail a build.
|
||||||
|
|
||||||
**L — Limited**
|
**L — Limited**
|
||||||
Your bounded contexts just became blast radius zones. Each module needs clear boundaries with comprehensive tests—because that's where an LLM can operate safely without risking the broader system. Your "Billing" context with 95% test coverage? LLM-maintainable. Your "Payments" context handling money movement? Keep that human-driven.
|
Your bounded contexts just became blast radius zones. Each module needs clear boundaries with comprehensive tests—because that's where an LLM can operate safely without risking the broader system. Your "Billing" context with 95% test coverage? LLM-maintainable. Your "Payments" context handling money movement? Keep that human-driven.
|
||||||
|
|
||||||
**E — Ephemeral**
|
**E — Ephemeral**
|
||||||
|
|||||||
Reference in New Issue
Block a user