A better PNG minifier

over 5 years ago from Ivan Kutskir, Programmer

  • Jacob Kelley, over 5 years ago

    From an engineers perspective:

    1. Use Spaces instead of Tabs (mostly an opinion, but helps with online legibility)
    2. Lint your code
    3. Use a style guide
    4. Write Unit / Benchmark tests
    5. Maintain
    10 points