20 Followers
39 Following
33 Posts
Solution architect from UK living by the sea in Bournemouth.
bloghttps://snape.me
githubhttps://github.com/jsnape
twitterhttps://twitter.com/jamessnape

Metrics are only useful if they help you improve. Code coverage KPIs are most often circumvented. Liberal use of the ExcludeFromCodeCoverage attribute is to be avoided.

https://buff.ly/49CL81U

#metrics #testing #csharp

ExcludeFromCodeCoverage considered harmful

Metrics are only useful if they help you improve. Code coverage KPIs are most often circumvented. Liberal use of the ExcludeFromCodeCoverage attribute is to be avoided.

If you already know how to code in one language then using GitHub CoPilot Chat can be super helpful as a virtual colleague when you are working in new or unfamiliar territory.

https://snape.me/2024/02/copilot-chat-blog-creation/

#astrojs #javascript #typescript #GitHubCopilot #CopilotChat #GenAI

I have a confession to make

Converting code with GPT/CoPilot: Converting code between Javascript technologies isn't simple but GPT/Copilots can do a lot of the heavy lifting.

https://snape.me/2024/01/gpt-code-conversion/

#svelte #solidjs #typescript #copilot

Converting code with GPT/Copilot