Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 538 Bytes

Baltic-lunchtag

Programming Languages

  • Python 3.8.5

Development Environment Standard

Visual Studio Code-plugins:

  • Live Share
  • Python Extension Pack
  • Code Spell Checker

Coding Standard

File name structure: this_is_how_you_do (snake_case)

Variables/Classes/Functions: thisIsHowYouDo (camelCaseExample)

Definition of Done

  • The code must be commented and documented when needed
  • All code must pass the respective tests
  • All members in the group must understand the code and approve the push