minus-squareatheken@programming.devtoProgramming@programming.dev•Does C# (or any other languages) have an official style guide like python has pep8?linkfedilinkarrow-up1·1 year agoJust to add, I’d argue dotnet has one of the best sets of guidance on style. It goes beyond just naming and towards how to structure code for easier consumption and consistency. People love to dump on MSFT, but the dotnet platform is superb. https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/ linkfedilink
Just to add, I’d argue dotnet has one of the best sets of guidance on style. It goes beyond just naming and towards how to structure code for easier consumption and consistency. People love to dump on MSFT, but the dotnet platform is superb.
https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/