New: designpatternsAll contenthive-129948hive-196917krzzanhive-183959steemhive-180932hive-166405photographyhive-144064uncommonlabhive-185836hive-183397bitcoinhive-150122lifehive-188619krsuccesshive-101145hive-124908hive-184714hive-139150hive-103599hive-103393hive-145157TrendingNewHotLikersstarlord28 (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…codemonkeyindy (3)in tech • 7 years agoDesign Theories VS Design PatternsA design theory proposes a hypothesis and provides criteria for evaluation, a design pattern is assumed to exist and to be perfect (perfection is the enemy of the good). A design theory…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…