@devilish666 to Programmer [email protected] • 9 months agocodeStyleimagemessage-square44arrow-up1399arrow-down128
arrow-up1371arrow-down1imagecodeStyle@devilish666 to Programmer [email protected] • 9 months agomessage-square44
minus-square@[email protected]linkfedilink8•9 months agoI don’t get why every language seems to have its own coding style when you’d think they’d be completely interchangeable depending on user/org/project maintainer preference
minus-square@RustyNovalink20•9 months agoHaving a standardized codding styles allows people to immediately recognise things, and not have a wacky case mix. You don’t need to remember the coding style of one specific project. You just need to remember the style of the language Of course it would be better if it was standardized for every language, but that’s probably never going to happen
I don’t get why every language seems to have its own coding style when you’d think they’d be completely interchangeable depending on user/org/project maintainer preference
Having a standardized codding styles allows people to immediately recognise things, and not have a wacky case mix.
You don’t need to remember the coding style of one specific project. You just need to remember the style of the language
Of course it would be better if it was standardized for every language, but that’s probably never going to happen