[Style] test of email

This commit is contained in:
Matthias Felleisen 2010-10-21 15:41:59 -04:00 committed by Eli Barzilay
parent 5ca6038480
commit 6a9fc42d59

View File

@ -16,3 +16,7 @@ Code is fast.
This guide is about creating maintainable code and it touches on This guide is about creating maintainable code and it touches on
correctness and speed on occasion. For the former, formulate test suites; correctness and speed on occasion. For the former, formulate test suites;
for the latter, start with stress test suites. for the latter, start with stress test suites.
If the above is too many words, remember this slogan:
@nested[#:style 'inset]{ Favor readers over writers.
--- Yaron Minsky, JaneStreet, 2010 at Northeastern}