Does C# (or any other languages) have an official style guide like python has pep8? vrek ( @vrek@programming.dev ) Programming@programming.devEnglish • 1 year ago message-square26fedilinkarrow-up153
arrow-up153message-squareDoes C# (or any other languages) have an official style guide like python has pep8? vrek ( @vrek@programming.dev ) Programming@programming.devEnglish • 1 year ago message-square26fedilink
minus-square lysdexic ( @lysdexic@programming.dev ) linkfedilinkEnglish6•1 year agoThere are a few coding conventions and style guides for C#: .NET C# Coding Style .NET Framework design guidelines C# at Google Style Guide
There are a few coding conventions and style guides for C#: