Manish Pushkarmanishpushkar.meยทSep 18, 2024LLD - Design a Logger - Chain of Responsibility Design PatternUnderstanding Chain of Responsibility Design Pattern This is a Behavioural Design Pattern where the request is passed through a series of handlers & each handler decides either to process the request or to pass it to the next handler in the chain. U...41 readsJavaAdd a thoughtful commentNo comments yetBe the first to start the conversation.