Open sparr opened 1 year ago
Ah, well, it's bit of a quirk.
I use models
because those files follow the same pattern for event handling etc. while modules
is more broadly term for the case, but more obvious in general.
I got the idea from https://learn.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/overview/understanding-models-views-and-controllers-cs (however, probably, from another pattern)
At least one fork of this repo renames
models/
tomodules/
which seems to make more sense.