@@ -23,16 +23,17 @@ hero:
2323 <div class="grid-item">
2424 <h3 class="h3">Development</h3>
2525 <ul class="zen-section text-left">
26- <li>We care deeply about "long-term code quality".</li>
27- <li>We do it "incrementally"; first do it, then do it right, then do it better.</li>
28- <li>We follow the boy scout principle; "Always leave the campground cleaner than you found it.".</li>
29- <li>We believe in the broken window theory; that's why we fix anything that's broken, as soon as we see it.</li>
30- <li>We use a "language of commitment": Say "yes" only if we (can/will) do it.</li>
31- <li>We tell others about potential problems as soon as possible.</li>
32- <li>We favor "explicit", "simple", "automated", "tested", and "flat".</li>
33- <li>We have "one" <i>(and preferably "only one")</i> way of doing things.</li>
34- <li>We make it "easy" to do "follow" our conventions and "difficult" otherwise.</li>
35- <li>We code in a way that doesn't require documentation or explanation.</li>
26+ <li>Explicit is better than implicit.</li>
27+ <li>Delegate work to tool when possible.</li>
28+ <li>Simple is better than complex.</li>
29+ <li>Complex is better than complicated.</li>
30+ <li>Flat is better than nested.</li>
31+ <li>Errors should never pass silently.</li>
32+ <li>There should be one (and preferably only one) obvious way to do it.</li>
33+ <li>It should be easy to do run popular actions.</li>
34+ <li>Bad stuff should be difficult to do.</li>
35+ <li>If the implementation is hard to explain, it's a bad idea.</li>
36+ <li>If the implementation is easy to explain, it may be a good idea.</li>
3637 </ul>
3738 <h3 class="h3">Team</h3>
3839 <ul class="zen-section">
5051 <li>We are action-oriented and strong believers in the maxim "ideas are worthless without execution."</li>
5152 <li>We have enormous degrees of freedom because we are able to live up to that responsibility.</li>
5253 <li>We finish what we have started; we don't feel good until we've carved a unicorn out of the monster.</li>
53- <li>We are "subversives" to a certain point-we understand small acts of defiance can lead to better outcomes.</li>
5454 <li>We know that even small tasks can give us emotional rewards when we know why we are doing them.</li>
5555 <li>We set audacious but achievable goals by breaking them into small and concrete plans.</li>
5656 <li>We welcome critique; we use our mistakes in a constructive way to become stronger.</li>
0 commit comments