Coding News Flash: Usual Technique Actually Works TL;dr: Someone else did this test before I did [https://stackoverflow.com/a/3239181]. For some time now I've been skeptical of the practice of minifying code before it gets sent from a webserver to a browser. Minification is the practice of (usually automatically) removing most or all of
Coding A kilobyte of comments Some say that well-written code needs very few comments, and that the higher the ratio of comments to code, the poorer the code is likely to be. They might be right.