random-access-storage/random-access-file

export at the beginning

fanatid opened this issue · 2 comments

Sorry, it is not best place for this question, but

why you export from file in beginning instead at the end? (you did this two years ago mafintosh/objectstruct) It solves some kind of problem? It's more clear?

My style is continuously changing over time. I put exports in the beginning now so they are grouped with requires. I currently like that. I'm also influenced by the style of people I work with like @maxogden and @feross

@mafintosh thank you for the answer
I think it's a good reason (grouped with requires) for export in file beginning.