In order to go deep, share any relevant idea or posting solution to some questions, You have to sign in or create a new account if you don't have one. And get Donnekted(connected)
This site is for sharing topics, questions, answers, experiences or other contents related to different stuffs, especially technology. For existing users, They can make any topic(post) to discuss about in hope for ideas or any result from other people from different communities. In order to get involved, Get donnekted(connected) by Joining us here!
Maintain social distancing, to avoid Covid19
gadrawin • 1 week ago
gadrawin • 1 week ago
- Readability
- Reducing the effort needed to read and understand source code
- To enable code reviews to focus on more important issues than arguing over syntax and naming standards.
- To enable code quality review tools to focus their reporting mainly on significant issues other than syntax and style preferences.
Again, it's always a good practice to choose a set of conventions based on programming you are working on. Example: Coding in Java: Use camelCase when naming your functions especially in Javascript even though it's looks suitable in almost all languages. As I see, snake_case is a good thing when it comes to php and naming database names, attributes, entities and more like this : cases_table instead of CasesTable or casesTable »