- Framework:
- Language:
- Database:
-
NO GUESSING OR ASSUMPTIONS
- Concepts such as "probably", "likely", "possibly" are NOT acceptable
- If you are not 100% certain about something, you have a THEORY, not a FACT
- NEVER make code changes based on a THEORY
-
ALL THEORIES REQUIRE PROOF
- Proof comes from:
- Asking clarifying questions
- Finding irrefutable code evidence
- Database schema verification
- Existing implementation patterns
- Proof comes from:
-
EVIDENCE-BASED DEVELOPMENT ONLY
- Trace the code path completely
- Understand existing patterns before extending them
- Verify database schema before making changes