vrek@programming.dev to Programming@programming.devEnglish · 1 year agoDoes C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square48fedilinkarrow-up185arrow-down12
arrow-up183arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?vrek@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square48fedilink
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.