You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#308 started going more into the how to ns direction, however there's still a difference:
I'd say we should favor lists/vectors (as opposed to unwrapping elements) so that:
we don't contribute to a proliferation of styles
things are sortable via M-x sort-lines
else it won't meaningfully sort in mixed presence of colls vs. symbols.
indentation is consistent.
This particularly matters because e.g. rename-file-or-dir always performs a clean-ns, so renaming a ns should not change other aspects of its ns form (presumably formatted/linted with a variety of tools).
The text was updated successfully, but these errors were encountered:
#308 started going more into the how to ns direction, however there's still a difference:
I'd say we should favor lists/vectors (as opposed to unwrapping elements) so that:
M-x sort-lines
This particularly matters because e.g.
rename-file-or-dir
always performs a clean-ns, so renaming a ns should not change other aspects of its ns form (presumably formatted/linted with a variety of tools).The text was updated successfully, but these errors were encountered: