-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I have been thinking recently about the file names in the repository.
During the last little while of working on the decompilation, we have mostly left the file names alone if they had already been split from code (e.g. bmmind, koido, bksel). It's my general understanding that the source of those file names came from the prototypes. However, the current names don't lend themselves very well to someone who is looking to understand, say, how the battle forecast is implemented, or whether it has been decompiled (it has been in bksel.c, for reference).
Would people who use this repo be in favour of us taking a cue from the FE6 decompilation (and Nat's fork of FE8) and doing a pass of renaming files with names that better reflect their purpose?
For example:
bmmind->actionbksel->battle_forecastbb->subtitle_helpkoido->rescue_transfer(or combine with other files intobmfx, as in FE6)- etc.
PRs like #442 move us in the direction of friendlier names, and I like the idea of being consistent with FE6 where possible.
A secondary goal of this issue would be to decide to standardize on hyphens vs. underscores in the file names, since there is a bit of a mix currently.