Placeholder
Topic
Delegates
Using C# delegates to pass behavior and compare that choice with named strategy classes.
1 page
Writing25 May 2020
Design Nugget: Evolution To Strategy
Build a working baseline, then change the design for a concrete benefit; a log parser evolves through a switch, delegates, and Strategy to test that judgment.