03 Deep Dive II
Resources for this week are available in the resources section.
Learning objectives for the week
- Feedback on last weeks exercises
- Learn how to effectively use IntelliJ’s debugging tools to identify and fix issues in your Java code. This class will be mostly directed towards hands-on debugging starting from scratch.
Watch the videos and read articles in the resources section.
Read Toolbox: Debugging
CodeLab exercises on debugging in java.
Read:
- Toolbox on SOLID
- Skim Design patterns
- Read Strategy Pattern
- Read pt 1 and 2 of Factory Pattern
- Read Decorator Pattern
Watch these videos: