79382204

Date: 2025-01-23 18:38:21
Score: 0.5
Natty:
Report link

From the Racket documentation:

Racket comes with quite a few definitional constructs, including let, let*, letrec, and define. Except for the last one, definitional constructs increase the indentation level. Therefore, favor define when feasible.

From: https://docs.racket-lang.org/style/Choosing_the_Right_Construct.html#(part._.Definitions)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adam L. Taylor