April 13, 2021
lecture slides
Forrige forelesning (rekursjon) Neste forelesning (GUI 1)
Lecture outline:
- Stuff about good design and readability
- You read much more code than you write! Good readability is extremely important
- Use SOLID principles to achieve robust readability
- Test shit thoroughly
- Use of arrange, act and assert
Main code design principles
Arrange, Act, Assert
...