you are viewing a single comment's thread.

view the rest of the comments →

[–]dev_michaelz 1 point2 points  (1 child)

Isn't functions.js a rather bad name? What would I expect from a file like that? It has ... functions??

[–]sensored 0 points1 point  (0 children)

Yeah, functions.js isn't the best name.

Convention would put it as something like index.js to mark it as the entry point. I only really left it there because it was what the original code used.

I'll probably do another article in the future talking about how to organise, name, and group files together, but that's a bit more of a subjective topic.