Skip to content

Instantly share code, notes, and snippets.

@lusy
Created June 4, 2022 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lusy/b62a7a2d97ce92972b2e884282e48a6d to your computer and use it in GitHub Desktop.
Save lusy/b62a7a2d97ce92972b2e884282e48a6d to your computer and use it in GitHub Desktop.
  • Lesbarkeit
  • Keep it simple:
    • keine unnötigen Kommentaren
    • keine komplizierten Schreibweisen
  • Einrückungen + Klammern: Der ganze Inhalt von einem Block (also Methoden-Rumpf, der Inhalt von einer for-Schleife, die Blöcke nach if/else-Abfragen) wird um eine Ebene eingerückt, damit dieser als Block visuell erkennbar ist
  • Variablen/Klassen/Methoden-Namen:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment