Alex <alext@itu.dk>
Anthon <acah@itu.dk>
Bryce <brka@itu.dk>
Christoffer <gryn@itu.dk>
Rasmus <rarl@itu.dk>
Mathias <mlao@itu.dk>
We use "using () {}"
And not "using;"
We use _ in front of private varibels and propeties.
private string _exampel;
When possibel we use primary constructors
public class Exampel (int _variabel)
{
public int variabel { get; } = _variabel;
}
small-characters-with-dashes
As a <role>, I want <goal>
<why/benefit>
## Acceptance criteria
- [ ] Criteria1
- [ ] Criteria2
<what>
<why>
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>
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
- Commit only when it works
- Commit small parts with a sensable commit message