vrek@programming.dev to Programming@programming.devEnglish · 2 年前Does C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square39linkfedilinkarrow-up179arrow-down12
arrow-up177arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?vrek@programming.dev to Programming@programming.devEnglish · 2 年前message-square39linkfedilink
minus-square𝕯𝖎𝖕𝖘𝖍𝖎𝖙@lemmy.worldBannedlinkfedilinkarrow-up1arrow-down2·2 年前ESLint will hurt your feelings. Anyway, I didn’t setup the tooling, and it can be configured to enforce code styles, as it does with each commit. It also enforces rules, but can enforce code style as well.
ESLint will hurt your feelings.
Anyway, I didn’t setup the tooling, and it can be configured to enforce code styles, as it does with each commit. It also enforces rules, but can enforce code style as well.