Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 834 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 834 Bytes

VokabelCarsten

This Android-Application is a project written for the class "Software-Engineering" at DHBW Ravensburg

Build-Status

Xamarin.Android Xamarin.Test

Test-Status

Coding-Standards

Alle Klassen und Kommentare werden in Englisch geschrieben.

Klassen

  • CamelCase-Convention. DasWäreAlsoEinKlassenName
  • Klassen werden groß geschrieben.

Variablen

  • CamelCase-Convention. dasWäreEineVariable
  • Variablen werden klein geschrieben

Formatierung

  • Da alle mit VS Community programmieren, wird die Standard-Formatierung von VS Community als Formatierung festgelegt.

Dokumentation

  • Zur Dokumentation wird Doxygen in der C-Notation verwendet