Agenda szkolenia
- Exceptions
- How to throw and catch exceptions
- Working with excpetions
- ALternative ways to signal an error
- Good practise:
- How to refactore code – good practise
- GTEST and GMOCK – how to test your code by write unit and module tests
- How to create simple thread safe logger
- Design patterns:
- Observer
- Factory
- Builder
- Strategy
- Template method
- Proxy
- Adapter
- Flyweight
- Facade
- Singleton
- Command
- State
- Visitor