-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
Inconsistent variable name Url
#817
Comments
Note: |
Hi, |
Hi @Louiza02! Feel free to fork this repository and fix this issue. |
Hi @EthanThatOneKid, |
@Louiza02 thank you for looking into this issue! The issue is still open because there are some inconsistent instances of
acmcsuf.com/src/lib/public/blog/urls.ts Line 13 in 9f64ddc
|
Resolved by #866. |
What happened?
It can be tricky deciding which way to capitalize a variable name. Let's make it not so tricky by deciding that from this point, all camel case variable names containing acronyms should always be fully capitalized unless it is the first segment of the camel case variable name.
For example:
getURL
getUrl
urlFrom
UrlFrom
Related:
fa28791
(Comment)The text was updated successfully, but these errors were encountered: