Skip to content

Avoid the use of set! #22

@rekado

Description

@rekado

It is better to avoid mutation with set! whenever possible. In most cases where set! is currently used one could instead use simple let bindings or use higher-order functions such as fold (defined in (srfi srfi-1)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions