© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Joe Clark
Full-stack developer specializing in healthcare IT
More than anything, poor formatting. For example:
for(var x=0;x<somevar.length;x++) { if(x<123){console.log('why are there no spaces here, but a bunch of lines above?')} console.log(somevar[x]); }