DesignPatterns icon indicating copy to clipboard operation
DesignPatterns copied to clipboard

:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John V...

Results 2 DesignPatterns issues
Sort by recently updated
recently updated
newest added

You have provided two links for two books at the main page, these links are not opening properly. Would you check them and update the proper links accordingly?

https://github.com/VanHakobyan/DesignPatterns/blob/c240fb1b7ebd5b3c8c4b2c33c506fcb1efdd779f/Memento/Man%20and%20Robot/Man.cs#L9 ``` c# var back = new Backpack(Clothes); Clothes = "Naked"; // or null return back; ```