Re:Zero Dev Techniques
Design Patterns Chapter
[Chapter 1]
Unified Method Invocation for Different Objects
Strategy Pattern
Polymorphism
[Chapter 2]
Simplify highly repetitive object creation tasks
Static Factory Methods
Refactoring Techniques Chapter
[Chapter 1]
Solving Strong Dependencies Between Objects
Single Responsibility Principle
Low Coupling and High Cohesion
[Chapter 2]
Proper Use of Threads for Loop Operations
Thread
Strategy Pattern
Development Techniques Chapter
[Chapter 1]
Lazy Loading: On-Demand Reading
Lazy Loading
Performance Optimization
[Chapter 2]
Use method chaining to implement consecutive method calls.
Method chaining
Fluent interface