vrek@programming.dev to Programming@programming.devEnglish · 2 years agoDoes C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square2fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?vrek@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square2fedilink
minus-squareatheken@programming.devlinkfedilinkarrow-up1·2 years 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/
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/