Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 1.3 KB

GroupContract.md

File metadata and controls

71 lines (58 loc) · 1.3 KB

Group Contract

Members

Alex <alext@itu.dk>
Anthon <acah@itu.dk>
Bryce <brka@itu.dk>
Christoffer <gryn@itu.dk>
Rasmus <rarl@itu.dk>
Mathias <mlao@itu.dk>

Naming Conventions

Code

Using

We use "using () {}"
And not "using;"

Variabels

We use _ in front of private varibels and propeties.
private string _exampel;

Constructors

When possibel we use primary constructors
public class Exampel (int _variabel)
{
public int variabel { get; } = _variabel;
}

Branches

Title

small-characters-with-dashes

Issue

Title

As a <role>, I want <goal>

Description

<why/benefit>

## Acceptance criteria
- [ ] Criteria1
- [ ] Criteria2

Commits

First Line

<what>

Description

<why>

Co-authored

Co-authored-by: Alex <alext@itu.dk>
Co-authored-by: Anthon <acah@itu.dk>
Co-authored-by: Bryce <brka@itu.dk>
Co-authored-by: Christoffer <gryn@itu.dk>
Co-authored-by: Rasmus <rarl@itu.dk>
Co-authored-by: Mathias <mlao@itu.dk>

Meeting

Tuesday for exercise:

  • Stand-up
  • Prep for Wednsday

Wendsday for exercises and after:

  • Get overview
  • Describe tasks
  • Create issues on GitHub
  • Solve issues
  • Plan meeting as needed

Code of conduct

  • Commit only when it works
  • Commit small parts with a sensable commit message