-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Does anyone else wish we had a convention on ordering of functions in a file? I typically find putting private (more specific) functions further down in a file is more readable, but I don’t think that’s consistent. I also think some folks prefer the opposite to make copy-pasting into a REPL more intuitive? I suppose you could make the claim that they should just live in a different utilities file, but if they’re only used in that one file it’s kinda nice to keep them together...
mattBrzezinski
Metadata
Metadata
Assignees
Labels
No labels