An Inconvenient API
Imagine that you’re working on an unreleased project, and you discover a need to extend one of your custom types. There’s some complex initialization required before methods will work properly.
Using Constructors
The API we presented last time had a problem - it required users to remember to call Initialize() before an instance could be used without problems occurring.
Earlier
« September 2022
Later
March 2023 »