Skip to content

Commit

Permalink
Orthiginality
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed Mar 11, 2024
1 parent 4a1e332 commit e57539f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/BasicsStarMod/StandardsAndGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,13 @@ Everything is a module

## Dev

* Orthogonality: concepts are independent or irrelevant to eachother. Examples:

** StarMod Core has no notion of applications build on top of it e.g. StarMod Leds

** No notion of HTML in c(++) code

** Effects have no notion of the type of projection or fixture it is applied to

* Minimize the use of static / global variables in Classes, there are still static class variables which need to be investigated to make non static

0 comments on commit e57539f

Please sign in to comment.