DEV Community

Discussion on: JavaScript pro programmer vs newbie programmer

Collapse
 
jcubic profile image
Jakub T. Jankiewicz • Edited

IMO this are just bad advice, making code shorter don't make it better, if you would be Pro you will know that. If you check ESLint there are rules to always have one expression per line and always use curly braces. This just make code harder to read and harder to edit if the code is in version control.