Redundant object
If a named object is used only once, it is considered “redundant” and should be inlined.
Incorrect:
# Foo.
[] > foo
52 > spb
spb.plus 2
Correct:
# Foo.
[] > foo
52.plus 2
Published on Fri Oct 10 22:54:08 UTC 2025.
If a named object is used only once, it is considered “redundant” and should be inlined.
Incorrect:
# Foo.
[] > foo
52 > spb
spb.plus 2
Correct:
# Foo.
[] > foo
52.plus 2
Published on Fri Oct 10 22:54:08 UTC 2025.