A DataString pattern
DataString: a C# pattern
Strings are everywhere in software development.
If you're writing code chances are you're taking user input strings, consuming strings from JSON data, creating strings to serve data, and any number of other tasks.
In many of ...
dkowald.hashnode.dev4 min read