To be used with github copilot create a file as '.github/copilot-instructions.md' & add below
Before making any code modifications/suggestions, if you identify any unresolved queries or logical inconsistencies whether in the overall project design or the specific code change please ask for clarification before proceeding
Follow all below coding principles and guidelines while making any code changes:
- DRY (Don't Repeat Yourself): Eliminate code duplication to enhance maintainability.
- KISS (Keep It Simple, Stupid): Favor simplicity; avoid unnecessary complexity.
- YAGNI (You Aren't Gonna Need It): Implement features only when necessary.
- SOLID Principles: