vrek to ProgrammingEnglish · 1 year agoDoes C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square47fedilinkarrow-up186arrow-down12
arrow-up184arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?vrek to ProgrammingEnglish · 1 year agomessage-square47fedilink
minus-squarestevecrox@kbin.sociallinkfedilinkarrow-up2·1 year agoThe last part is why you use an IDE. Several of them will ingest prettier files to build code formatting rules https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode https://www.jetbrains.com/help/webstorm/prettier.html https://marketplace.eclipse.org/content/prettier-formatter IDE support is normally a good way to work out what the wider community is using.
The last part is why you use an IDE.
Several of them will ingest prettier files to build code formatting rules
IDE support is normally a good way to work out what the wider community is using.