vrek@programming.dev to Programming@programming.devEnglish · 10 months agoDoes C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square44fedilinkarrow-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 · 10 months agomessage-square44fedilink
minus-squareNachorella@lemmy.sdf.orglinkfedilinkarrow-up23arrow-down1·10 months agoRust has a style guide and comes with a linter. But I don’t think you need to follow it if you don’t want.
minus-squarebeefsack@lemmy.worldlinkfedilinkarrow-up16·10 months agoRust, like the majority of modern languages, has an official formatter which everyone should be using. Formatters are good enough nowadays that everyone should be using them.
minus-squareSalsaGal@programming.devlinkfedilinkEnglisharrow-up1·10 months agoWhat other languages have formatter programs?
Rust has a style guide and comes with a linter. But I don’t think you need to follow it if you don’t want.
Rust, like the majority of modern languages, has an official formatter which everyone should be using. Formatters are good enough nowadays that everyone should be using them.
What other languages have formatter programs?