tbonebrad@lemmy.worldtoC Sharp@programming.dev•Resources for getting better at debugging?English
1·
1 year agoIf you are going to use Visual Studio I would highly recommend getting the resharper plug-in or start using Rider as you IDE. Having good tooling like this will help you see the possible null reference errors before you even finish writing your code.
I agree, my regex experience was not great.