@[email protected] to Programmer [email protected] • 8 months agoprint('here1');lazysoci.alimagemessage-square45fedilinkarrow-up1795arrow-down118
arrow-up1777arrow-down1imageprint('here1');lazysoci.al@[email protected] to Programmer [email protected] • 8 months agomessage-square45fedilink
minus-squareGammalinkfedilinkEnglish31•8 months agoAnd when you need something more complex console.log(1); […] console.log(2); […] console.log(3);
minus-squareMatt/DlinkfedilinkEnglish24•8 months agoMore like console.log('shit'); […] console.log('fuck'); […] console.log('ass');
minus-square@[email protected]linkfedilinkEnglish11•8 months agoyeah and then you forget about one that makes it into a release and then see it in the console.
And when you need something more complex
console.log(1); […] console.log(2); […] console.log(3);
More like
console.log('shit'); […] console.log('fuck'); […] console.log('ass');
yeah and then you forget about one that makes it into a release and then see it in the console.
This is the real reason we have linters.