Many parts of this application are currently in a flat directory structure. Examples of this are internal/handler, templates/pages and templates/partials. We need to properly look at the entire codebase and evaluate how we could use a deeper directory structure.
While we are at it, we may have a look which single files suffer from this problem any might benefit from a small architectural re-design.
Many parts of this application are currently in a flat directory structure. Examples of this are
internal/handler,templates/pagesandtemplates/partials. We need to properly look at the entire codebase and evaluate how we could use a deeper directory structure.While we are at it, we may have a look which single files suffer from this problem any might benefit from a small architectural re-design.