Dynamic Unloading of Classes
In this post we expand upon the factory pattern example and show how to dynamically unload classes at runtime.
In this post we expand upon the factory pattern example and show how to dynamically unload classes at runtime.
The GOF patterns are very popular in OOP programming languages. In this article we look at how to implement the factory pattern in LabVIEW.
Stefan Lemmens put me onto this book a few months ago in response to a review I wrote of the original GOF Design Patterns Book. He remarked that is was much more approachable and he was right. While I still find value in the original GOF book, I think this book is a much better choice for beginners.
Struggling with hard to test code? Learn how to use dependency injection to replace your production code with a Test Double.
Hollywood discovered the value of stunt doubles a long time ago. Learn how you can use the same idea to test hard to test code.
Do your code modules have big egos? Are their egos getting in the way of testing? Perhaps it is time to knock them down a notch.
This is my fourth article in a series on the Gang of Four book on Design Patterns. I thought four was an appropriate number of articles. Here are links to the first 3 articles: Design Patterns – A Review OOP …
In my last post I talked about some GOF patterns that were built into the Actor Framework itself. In this post I examine some GOF patterns built on top of the AF.
Let’s explore how the GOF design patterns are used in the Actor Framework.
This is a brief review of the famous Gang of Four book on Design Patterns