Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/coding-style.html

Issue 29431561: Noissue - Add ZopfliPNG usage to coding practices (Closed)
Patch Set: Created May 6, 2017, 5:07 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld