Quote:
Originally Posted by Tex2002ans
Always rename the gibberish filenames to logical ones. It will make things SO MUCH easier to understand.
Then I also merge all files that need to be merged.
For example, your Endnotes file might be split into 100 "index_split_459" pieces. I merge them all into a single one and call it Endnotes.xhtml. Again, this makes the code so much easier to read/manipulate (and you can always split it in the future).
|
Exactly! I tried not to change the given code, so it would be clearer to understand, but the best practice is:
- Polish the code (removing all those <sup> elements, for example);
- Rename the files in a logical sense;
- Merge all the notes (in a certain level) into a sigle file.