Skip to content

Commit

Permalink
Update StandardsAndGuidelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed May 27, 2024
1 parent 91f3796 commit 0787ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/StarBase/StandardsAndGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ hide:
* Other standards and guidelines yet to be written down ;-)
* These standards and guidelines should result in the posibility to create a complete new service by creating one module in one .h file allowing it to use all functionality available in StarBase. Including UI, pins, files, print, model persistent storage, enabling and disabling, loop injection etc. If you feel it's not possible, log a github issue.
* These standards and guidelines are not unchangeable and can be disputed, eg singletons, minimal code. but its just the way things are done now to have an initial lean and mean standard. Changes to the standards can be proposed in github issues
* A lot of good stuff is in here [The C++ Programming Language Bjarne Stroustrup, 3rd edition](). Maybe some notes on esp32 specific programming?
* A lot of good stuff is in here [The C++ Programming Language Bjarne Stroustrup, 3rd edition](https://gist.github.com/victormwenda/6bb04802d65eaab11a724ac4b04dd9e6). Maybe some notes on esp32 specific programming?
* We prefer char * over String especially if you don't know what you are doing - which is a contradiction as chars are also tricky ;-)

0 comments on commit 0787ed2

Please sign in to comment.