New: designpatternsAll contenthive-129948hive-196917krhive-150122zzanhive-180932photographyhive-183959hive-185836steemhive-188619hive-144064hive-183397hive-166405hive-145157uncommonlabhive-101145hive-184714hive-165987hive-103599lifehive-179660hive-193637hive-180106hive-109690TrendingNewHotLikersstarlord28 (69)in designpatterns • 3 years agoDev Diary 01 - Let's Talk About The Strategy PatternAs developers, we almost always start with Object-Oriented principles. This is very useful and lays the foundation for numerous other code optimizations later on. However, this alone is not enough…starlord28 (69)in designpatterns • 3 years agoNew Experiment To Bring Back FocusHey guys! So, I know I have not been posting every day like I used to do a while back. While I am working more on the DApp and tools that I have built for you guys in the background, I feel, it is…rakeshbecse (25)in softwaredesignpattern • 7 years agoSingleton Design PatternSingleton pattern: Singleton pattern belongs to the creational pattern. It allows one instantiation or object for JVM Rules for singleton pattern: The constructor should be…slawas (35)in designpatterns • 7 years agoDesign patterns: SingletonToday we will describe the first design pattern or rather anti-pattern, it is officially a design pattern, but for many it is also considered by me as anti-pattern, because it has many disadvantages…codemonkeyindy (3)in tech • 7 years agoDesign Patterns and Neo-PlatonismIt is, in my view, a stupid and ridiculous waste of time to take on the "Gang of 4" head on. So I propose a more modest and simple proof: Design patterns are assumed to be correct. Correct is…nsunil (25)in softwaredesignpatterns • 7 years agoSoftware Design Patterns Cheat SheetStrategy: Defines a family of algorithms, encapsulates each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients who use it. Decorator: Attach…arwy (29)in vincentb • 7 years agoVIPER Design pattern in iOSHi Friends, This post is in continuation with my earlier STEEMIST post - The latest pattern which is getting attention in iOS now a days is VIPER design pattern as it helps in designing and…arwy (29)in vincentb • 7 years agoDesign patterns in iOSIn software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed…