The Untouchables (part II) – Creating an Immutable stack with VB
Introduction In this article I will shamelessly “steal” the great work originally posted by Eric Lippert on his blog. However I will translate his code into VB and try to explain it from a VB developers point of view. In my last post, I described what immutable objects are and what the advantage of using them would be. It also described how you could create an immutable class and use it as if it was value type. This time we are going to take this a step further and create an immutable stack. An immutable stack, is that possible? As … Continue reading The Untouchables (part II) – Creating an Immutable stack with VB