Level 5
Use refactor tools for renaming. (Right click + rename & search references)
Keep the structure as per documentation and use file search for finding (shiftx2)
Assuming data normalization and everything else database related to minimize the number of tables is done. How would you structure such a project, where would you place the models ?
And if your going to place models in sub folders how would handle namespace changes for files if a renaming of folder is done. Been a dynamic project that is in active development, renaming occurs a lot.
Please or to participate in this conversation.