An Inconvenient API
Saturday, February 18 2023 api-design
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
Monday, February 27 2023 api-design
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 »