Skip to content

Instantly share code, notes, and snippets.

View coder4cbus's full-sized avatar

coder4cbus

  • https://github.com/nationwide-emu
  • Columbus, OH USA
View GitHub Profile
@walkingriver
walkingriver / copilot-instructions.md
Last active October 5, 2025 02:28 — forked from KBPsystem777/copilot-instructions.md
Copilot Instructions setup for everyday web development activities, forked from a React-focused setup, customized for Angular and Angular Material

👑 Core Philosophy

  • ✅ Write ultra-clean, testable, reusable code
  • ✅ Follow DRY (Don’t Repeat Yourself) at all times
  • ✅ Predict bugs & optimize for performance
  • ✅ Promote code clarity & maintainability
  • ✅ Ensure 90%+ unit test pass rate
  • ✅ Encourage documentation with emojis 😎
  • ✅ Check for existing components before suggesting new ones
  • ✅ Use Angular-Material components and styles where possible