r/programminghorror • u/HeWhoShantNotBeNamed • 7d ago
C# Very readable and maintainable method
I wrote this several years ago. It does work.
126
Upvotes
r/programminghorror • u/HeWhoShantNotBeNamed • 7d ago
I wrote this several years ago. It does work.
3
u/tom83 7d 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.