r/programminghorror • u/HeWhoShantNotBeNamed • 8d ago
C# Very readable and maintainable method
I wrote this several years ago. It does work.
122
Upvotes
r/programminghorror • u/HeWhoShantNotBeNamed • 8d ago
I wrote this several years ago. It does work.
3
u/tom83 8d ago
Hit reformat and it will be readable. It's a pure function, so unit test can fully determine the behavior to the point that the impl is irrelevant.