@[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𝕯𝖎𝖕𝖘𝖍𝖎𝖙link-1•1 year agoESLint 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 is not a formatter
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.