We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
partial
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 include or includes?: ie. /apply/activity/templates/activity/include/ vs /apply/templates/forms/includes/
include
includes
/apply/activity/templates/activity/include/
/apply/templates/forms/includes/
The text was updated successfully, but these errors were encountered:
definitely not a priority, just was noticing it a bit as I was poking around today and wanted to document
Sorry, something went wrong.
I find it a lot easier to find and remember things that are named consistently so +1.
I'll try clean this up.
theskumar
No branches or pull requests
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: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
include
orincludes
?:ie.
/apply/activity/templates/activity/include/
vs/apply/templates/forms/includes/
The text was updated successfully, but these errors were encountered: