You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbdulAhadKhan0308
changed the title
file name palindrome.test.js should be Palindorme.test.js to follow UpperCamelCase
file name palindrome.test.js should be Palindrome.test.js to follow UpperCamelCase
Oct 7, 2022
Makes me question our contribution guideline. Usually file name conventions dictate lower snake case; UpperCamelCase is reserved for classes. Files exporting single functions should probably not be using UpperCamelCase but rather lowerCamelCase (like the funcs) or lower_snake_case.
file is at Recursive/test/palindrome.test.js
The text was updated successfully, but these errors were encountered: