Skip to content

Instantly share code, notes, and snippets.

@idusortus
Last active December 15, 2025 20:50
Show Gist options
  • Select an option

  • Save idusortus/794a81c0a3b83775029755f2510652ab to your computer and use it in GitHub Desktop.

Select an option

Save idusortus/794a81c0a3b83775029755f2510652ab to your computer and use it in GitHub Desktop.

🔧 General Development Guidelines

Technology Stack

  • Framework:
  • Language:
  • Database:

Development Philosophy

⚠️ CRITICAL RULES:

  1. 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
  2. ALL THEORIES REQUIRE PROOF

    • Proof comes from:
      • Asking clarifying questions
      • Finding irrefutable code evidence
      • Database schema verification
      • Existing implementation patterns
  3. EVIDENCE-BASED DEVELOPMENT ONLY

    • Trace the code path completely
    • Understand existing patterns before extending them
    • Verify database schema before making changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment