Hi, Do we have any LLD cheat sheat ? Basically I want to know in what scenario what design pattern / SOLID principles can be used?
For example: When listing a list of services provided by a hotel we tend to go for decorator pattern.
For Pub Sub kind of architecture, Observer pattern can be used and so on...
Use of strategy pattern is pretty obvious based upon the kind of problem.
Any resource would be helpful. Thanks!