Use consistent naming for methods/parameters.
See original GitHub issueThere are several places where we inconsistently name things. Should update code to be consistent.
- Use
username
instead ofuserName
- Use Http, Url, etc, rather than HTTP, URL, etc
- Create Checkstyle rule for this.
- Example is: shouldLogURL -> shouldLogUrl
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Consistent Parameter Naming - BIMToolbox.org
Parameter names are the headings of data fields. They define the data type. If you have a window object in a BIM, there...
Read more >Coding like Shakespeare: Practical Function Naming ...
Code like a poet! The article describes practical function naming conventions to increase the code readability. Useful clean code tips and ...
Read more >How to Better Name Your Functions and Variables | The Startup
When naming something in your program, always choose a very specific word and avoid using “empty” names. You should be very specific what...
Read more >Function and Method Naming Standards
Consistency is very, very important here. If you are naming your classes or enums using a PascalCase (or camelCase for that matter) standard...
Read more >High-Quality Code- Naming Methods - Automate The Planet
Naming Method Parameters Method parameters names preferred form: [Noun] or [Adjective] + [Noun]. Should be in camelCase. Should be meaningful.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can I work on this?
I’ve been waiting for a review for a couple weeks. There is a PR that has had a review but after that I haven’t heard anything. Sorry I’d mention who but I’m on my phone right now.
On Thu., Oct. 24, 2019, 07:40 Elizabeth Gonzalez, notifications@github.com wrote: