Sounds like a job for AI to suggest and fix-up names in code. Many of the code-assist tools already comply with a naming convention. And companies like Microsoft already have a naming convention that VisualStudio uses to make application development easier. Now if they can get these conventions to flow to their PowerPlatform and Azure.
Michael Rockwell 2021
Posts
-
Should libraries have a standard API and naming convention? -
Ultrawide monitor (for development) - flat or curved screen?I have used both and I prefer a curved screen. However, a curved screen does take up more desk space. I also like that my monitor has a Thunderbolt connection because it is a much cleaner connection to my PC and it powers my laptop PC. No additional power brick connection is needed freeing up a power outlet and reducing cabling.
-
Unnoticeable yet awesome new C# featureI have been using C# since 2000 and am impressed with how contemplative the languages teams at Microsoft have been to evolve the languages to address the computer science issues of the day. As you mentioned, they are now taking on the issue of nullability and providing the capabilities to identify and address the challenges. I have a background in mathematics and SQL Server so nullability has always been something that I have paid attention. But, many software programmers don't even think in terms of, take for example a Boolean where the values can be true, false, or indeterminate (null). The goal of course is to have more resilient code. The addition of null checking would seem like an easy thing to do, until you realize that the entire .Net library needs to checked and enabled to participate.