Skip to content
Snippets Groups Projects
Commit c7683ad6 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

Update code_conventions.h

parent bbc00cbf
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
-- Besonderheiten (z.B. geworfene Exceptions,...)
* Auch Klassen können Kommentare enthalten, in denen Allgemeines über die Klasse steht.
* Alle Bezeichner auf Englisch. Alle Kommentare auf Deutsch!
* Einrückung nach VS Code Autoformatieren
* Einrückung nach VS Code/Arduino IDE Autoformatieren
* Variablennamen haben sprechende Namen, die durchaus etwas länger sein können.
Konventionen zur Programmierung
......@@ -74,4 +74,4 @@ void serial_out_object(Stream &aStream, ClassForDemonstration &aObject)
aStream.print(aObject.getMember2());
}
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment