mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 06:16:38 +00:00
enhancing clarity in research assessment and problem description sections.
some files rename
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: Coding and component architecture rules
|
||||
alwaysApply: false
|
||||
---
|
||||
- Follow SOLID principles
|
||||
- Follow KISS principle.
|
||||
- Follow principle: Dumb code - smart data.
|
||||
- Follow DRY principles, but do not overcomplicate things, if small or even medium code duplication (sometimes even 2 times) would make solution easier - go for it.
|
||||
Deduplicate code concepts if it is clear reusing pattern and semantically can be easily distinguish in reusable component
|
||||
- Follow conventions and rules of the project's programming language
|
||||
Reference in New Issue
Block a user