From 252db9651833de680233aa6ab1ba9713695d1636 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Thu, 6 Feb 2025 10:09:34 -0500 Subject: [PATCH] Another fix to the guide because MarkText - Also renamed the guideline to "NASA-style Programming for C#" --- documents/Powerof10Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/Powerof10Guide.md b/documents/Powerof10Guide.md index 3eb5e68..35f2557 100644 --- a/documents/Powerof10Guide.md +++ b/documents/Powerof10Guide.md @@ -1,6 +1,6 @@ -# Power of 10 for C# +# NASA-style Programming for C# -I asked the AI to write their instructions in the form of guidelines. I figured I'd use C# since it's both my preferred language and the syntax should be fairly easy to grasp once you understand the basics. My only request was to apply .NET 6's [top-level statements]([Top-level statements tutorial - C# | Microsoft Learn](https://learn.microsoft.com/en-us/dotnet/csharp/tutorials/top-level-statements)) for brevity. Aside from that, it all works flawlessly. +I asked the AI to write their instructions in the form of guidelines. I figured I'd use C# since it's both my preferred language and the syntax should be fairly easy to grasp once you understand the basics. My only request was to apply .NET 6's [top-level statements](https://learn.microsoft.com/en-us/dotnet/csharp/tutorials/top-level-statements) for brevity. Aside from that, it all works flawlessly. ## 1. Write Clear, Well-Structured, and Maintainable Code