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-square47fedilinkarrow-up182arrow-down12
arrow-up180arrow-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-square47fedilink
minus-squarenephs@lemmygrad.mllinkfedilinkarrow-up2·1 year 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.