Index: pages/coding-style.html |
=================================================================== |
--- a/pages/coding-style.html |
+++ b/pages/coding-style.html |
@@ -19,6 +19,7 @@ |
<li>{{s12 No hungarian notation, no special variable name prefixes or suffixes denoting type or scope. All variable names start with a lower case letter.}}</li> |
<li>{{s13 Don't comment code out, delete it.}}</li> |
<li>{{todo-comments Don't add TODO comments, create an <a href="https://issues.adblockplus.org">issue</a> and reference it in a comment instead.}}</li> |
+ <li>{{zopflipng Always optimize PNG images using <a href="https://github.com/google/zopfli/blob/master/README.zopflipng">ZopfliPNG</a>.}}</li> |
</ul> |
<h2 id="javascript">{{s14 JavaScript}}</h2> |