- 0 Posts
- 4 Comments
Joined 3 年前
Cake day: 2023年6月29日
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
tbonebrad@lemmy.worldto
Programming•LPT: ChatGPT is incredible for generating and evaluating regexEnglish
5·3 年前I agree, my regex experience was not great.
If 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’ve had similar experiences with it telling me to call functions of third party libs that don’t exists. When you tell it “That function X does not exist” it says “I’m sorry, your right fucking X doesn’t not exist on library A. here is another example using function Y” then function Y doesn’t exist either.
I have found it useful in a limited scope, but I have found co-pilot to be much more of a daily time saver.