Title
Layout File Breakup
Explanations and Details
Split the layout to make it easier to read specific parts. Keep the "layout.erb", but add files for head, content, navigation, table of contents, among others. All of the new files will be included in the "layout.erb" file.
Reasoning
This will make it easier to understand what each part of the layout is doing and can help with compartmentalizing later design (changes in one section will not overflow into another section).
Title
Layout File Breakup
Explanations and Details
Split the layout to make it easier to read specific parts. Keep the "layout.erb", but add files for head, content, navigation, table of contents, among others. All of the new files will be included in the "layout.erb" file.
Reasoning
This will make it easier to understand what each part of the layout is doing and can help with compartmentalizing later design (changes in one section will not overflow into another section).