If there's one thing I learned in my N years in Software it's that you should always wrap your String data in a newtype.
Even if it's tedious today, sooner or later you're going to want to find all those strings and do something to them and it's a lot easier if the typechecker helps you out
#rustLang #newtype #softwareEngineering #fearlessRefactoring