[plt-scheme] Duplicate code

From: Grant Rettke (grettke at acm.org)
Date: Mon May 28 10:11:10 EDT 2007

Hi folks,

Inside of that let block is the custom code, and that let block is in
a couple of places.

(let* ([path (get-file-path editor)]
        [prev/timestamp (mem-timestamp path)]
        [fs/timestamp (fs-timestamp path)])

I'm wondering if there is any way to, or if it would even make sense,
to clean it up.

Thoughts?


Posted on the users mailing list.