A kinda simple one but it might make sense to "standardize" how we name things a bit. A few examples:
Partial names between projects & applications are snake vs kebab case, and applications specify partial in the name:
|
path("partial/lead/", partial_project_lead, name="project_lead"), |
|
path("partial/title/", partial_project_title, name="project_title"), |
the same applies to filenames, there's a mix of snake & kebab in templates
Is there a difference between naming folders include or includes?:
ie. /apply/activity/templates/activity/include/ vs /apply/templates/forms/includes/
A kinda simple one but it might make sense to "standardize" how we name things a bit. A few examples:
Partial names between projects & applications are snake vs kebab case, and applications specify
partialin the name:hypha/hypha/apply/projects/urls.py
Lines 85 to 86 in 9185a07
hypha/hypha/apply/funds/urls.py
Line 173 in 9185a07
the same applies to filenames, there's a mix of snake & kebab in templates
Is there a difference between naming folders
includeorincludes?:ie.
/apply/activity/templates/activity/include/vs/apply/templates/forms/includes/