@devilish666 to Programmer [email protected] • 11 months agocodeStyleimagemessage-square44arrow-up1400arrow-down128
arrow-up1372arrow-down1imagecodeStyle@devilish666 to Programmer [email protected] • 11 months agomessage-square44
minus-square@[email protected]linkfedilink2•11 months agoI honestly almost golf my code nowadays and just let the tooling fix formatting for me. The space bar and enter key are in an ideal world vestigial for the purposes of programming.
minus-square@RustyNovalink1•11 months agoI’ll always say that the best code editor is the one that makes you put your idea onto a file the fastest. So yeah, you shouldn’t worry about style and code lint. You should worry if your code is sound and works. Keep your mind on the logic, not the extras
I honestly almost golf my code nowadays and just let the tooling fix formatting for me. The space bar and enter key are in an ideal world vestigial for the purposes of programming.
I’ll always say that the best code editor is the one that makes you put your idea onto a file the fastest.
So yeah, you shouldn’t worry about style and code lint. You should worry if your code is sound and works. Keep your mind on the logic, not the extras