Skip to content

Automated Resyntax fixes - #825

Open
resyntax-ci[bot] wants to merge 4 commits into
masterfrom
autofix-162-1
Open

Automated Resyntax fixes#825
resyntax-ci[bot] wants to merge 4 commits into
masterfrom
autofix-162-1

Conversation

@resyntax-ci

@resyntax-ci resyntax-ci Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Resyntax fixed 20 issues in 1 file.

  • Fixed 17 occurrences of let-to-define
  • Fixed 1 occurrence of and-let-to-cond
  • Fixed 1 occurrence of send-chain-to-send+
  • Fixed 1 occurrence of cond-let-to-cond-define

Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Using `cond` allows converting `let` to internal definitions, reducing nesting
This method chain made of nested `send` expressions can be written more clearly as a `send+` expression.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants