resyntax icon indicating copy to clipboard operation
resyntax copied to clipboard

The `define-lambda-to-define` rule ought to be split

Open jackfirth opened this issue 1 year ago • 0 comments

The define-lambda-to-define rule works on both ordinary (define id (lambda ...)) forms and also (define (func ...) (lambda ...)) forms. But the rule description is written assuming it's for the (define id (lambda ...)) form. Covering these two cases with separate rules and separate messages would make this refactoring a little more readable.

jackfirth avatar Dec 11 '24 10:12 jackfirth