On Jul 5, 2009, at 8:12 PM, Mark Volkmann wrote:

I'd appreciate it if someone
could look it over and let me know if I've done anything that isn't
very idiomatic.


A few recommendations just at the "look and feel" level:

- use doc strings for functions in place of comments
- global delete of "-ref". Those suffixes make the code look noisy without adding enough value to warrant that. - refs don't need to be dereferenced explicitly when in calling position. Whenever possible, elide @: (@foo ...) -> (foo ...), again for visual noise reduction.

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to