question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use consistent naming for methods/parameters.

See original GitHub issue

There are several places where we inconsistently name things. Should update code to be consistent.

  • Use username instead of userName
  • Use Http, Url, etc, rather than HTTP, URL, etc
    • Create Checkstyle rule for this.
    • Example is: shouldLogURL -> shouldLogUrl

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
chrischildcommented, Sep 25, 2019

Can I work on this?

0reactions
chrischildcommented, Oct 24, 2019

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:

Do you still need help with this issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Azure/azure-sdk-for-java/issues/5530?email_source=notifications&email_token=ABKWZQOKPQRVCRHBISODYHDQQGXURA5CNFSM4I2P6OX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECFITRY#issuecomment-545950151, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKWZQPXW4M4IBXTWUYHJODQQGXURANCNFSM4I2P6OXQ .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found