[Style] parameterize explained

This commit is contained in:
Matthias Felleisen 2011-08-02 20:07:17 -04:00 committed by Eli Barzilay
parent 38eb1efa91
commit 72cce4450e

View File

@ -309,3 +309,6 @@ racket
(record-message-in-log msg))
]
]
As the comparison demonstrates, @racket[parameterize] clearly delimits the
extent of the change, which is an important idea for the reader.