@sabreW4K3@lazysoci.al to Programmer Humor@programming.dev • 3 months agoprint('here1');lazysoci.alimagemessage-square42fedilinkarrow-up1794arrow-down118
arrow-up1776arrow-down1imageprint('here1');lazysoci.al@sabreW4K3@lazysoci.al to Programmer Humor@programming.dev • 3 months agomessage-square42fedilink
minus-squareGammalinkfedilinkEnglish31•3 months agoAnd when you need something more complex console.log(1); […] console.log(2); […] console.log(3);
minus-squareMatt/DlinkfedilinkEnglish24•3 months agoMore like console.log('shit'); […] console.log('fuck'); […] console.log('ass');
minus-square@fosho@lemmy.calinkfedilinkEnglish11•3 months agoyeah and then you forget about one that makes it into a release and then see it in the console.
minus-square@arendjr@programming.devlinkfedilink11•3 months agoThis is the real reason we have linters.
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.