@[email protected] to [email protected]English • 1 year agoDoes C# (or any other languages) have an official style guide like python has pep8?message-square43fedilinkarrow-up180arrow-down12
arrow-up178arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?@[email protected] to [email protected]English • 1 year agomessage-square43fedilink
minus-square@[email protected]linkfedilinkEnglish7•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#: