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}