Thanks for this high quality series guys :) Imho however this video needs more warnings. There are many who argue that *Singleton simply is bad practice*. Myself included. There's too much potential downside and not enough upside. For anyone interested I would recommend the Clean Code Talks by Miško Hevery or my video on Singleton. Clearly, people have different opinions, but I oppose usage of the static keyword altogether since it removes the object orientation from object oriented programming. Hence the Singleton pattern must also be opposed.
@sanjayy29362 жыл бұрын
Surprising to see that these guys are still presenting together ...
@boom_shankar7 жыл бұрын
Thanks for creating this awesome series! You should add part number in the title of the video. So it will be easier for us to find the first part of the series. If there's a playlist of this series, that'll be even more helpful!
@sidneylc285 жыл бұрын
It is a show on Channel 9 called Visual Studio Toolbox
@fwd795 жыл бұрын
Full list for this series: 0. SOLID Design Patterns (start from here): kzbin.info/www/bejne/l5jOiIyGish_psk 1. Design Patterns: Command/Memento: kzbin.info/www/bejne/sIPFeZ96mtShaac 2. Design Patterns: Strategy: kzbin.info/www/bejne/h4usp5-krpaCpM0 3. Design Patterns: Template Method: kzbin.info/www/bejne/g5ekp6Zmo56og9U 4. Design Patterns: Observer and Publish-Subscribe: kzbin.info/www/bejne/bWPFlZR6oZl-gq8 5. Design Patterns: Singleton: kzbin.info/www/bejne/qZOwfWaue62FmKs 6. Design Patterns: Factories: kzbin.info/www/bejne/gHbOaHWVfLp4qMU 7. Design Patterns: Adapter and Façade: kzbin.info/www/bejne/jorEYaWjh7KNZ7M 8. Design Patterns: Decorator: kzbin.info/www/bejne/bIGzfoVmfLylkLM
@Hasi293474 жыл бұрын
Order of videos according to: www.skimedic.com/blog/page/Books-and-Courses Patterns and Architecture on Visual Studio Toolbox (2017) SOLID Design Patterns Command/Memento Patterns Strategy Pattern Template Method Pattern Observer/Publish-Subscribe Patterns Singleton Pattern Factory Patterns Adapter/Facade Pattern Decorator Pattern
@llz-ys6nf2 ай бұрын
thanks!
@karthiksrivatsa82434 жыл бұрын
What happens if we try to instantiate from Reflection?? We can also set the private values to be null.
@Hasi293474 жыл бұрын
Reflection might be dangerous world for singletons
@InfinityDsbm3 жыл бұрын
be nice if they would of showed how to inject this
@thinkGrey_3 жыл бұрын
nicely done
@yonagamburg7 жыл бұрын
Really great series you got there! Keep it up! :D
@theitalian947 жыл бұрын
Good one, keep up the good work! Greets from Italy! :)