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-square47fedilinkarrow-up186arrow-down12
arrow-up184arrow-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-square47fedilink
minus-squarenephs@lemmygrad.mllinkfedilinkarrow-up2·10 months agoJavascript has airbnb style guide, enforceable through eslint. There’s also react related eslint extensions to give you a lot of best practices to follow. There’s also prettier, which is just about formatting.
Javascript has airbnb style guide, enforceable through eslint. There’s also react related eslint extensions to give you a lot of best practices to follow.
There’s also prettier, which is just about formatting.