From 6a9fc42d59c8f56b6889f261bcb4ade53dff384c Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 21 Oct 2010 15:41:59 -0400 Subject: [PATCH] [Style] test of email --- collects/scribblings/style/correct-maintain-speed.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/scribblings/style/correct-maintain-speed.scrbl b/collects/scribblings/style/correct-maintain-speed.scrbl index a2aa03521b..0ac439852d 100644 --- a/collects/scribblings/style/correct-maintain-speed.scrbl +++ b/collects/scribblings/style/correct-maintain-speed.scrbl @@ -16,3 +16,7 @@ Code is fast. This guide is about creating maintainable code and it touches on correctness and speed on occasion. For the former, formulate 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}