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.

Naming of `parameter` and `add_parameter`

See original GitHub issue

It’s not directly a problem that blindside me at 4pm on some idle Tuesday, but I prefer alt.param() over alt.parameter() and alt.Chart().add_params() over alt.Chart().add_parameter()

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ChristopherDavisUCIcommented, Apr 28, 2022

It’s a compelling argument @mattijn! I’ll plan to make this change next time I’m making updates.

1reaction
mattijncommented, Apr 27, 2022

Another strong argument: on my qwerty keyboard, the e, r and t are next to each other, so when typing parameter the param part comes automatically, but I always have to think how to type the eter part🙈

Read more comments on GitHub >

github_iconTop Results From Across the Web

MATLAB addParameter
This MATLAB function adds the parameter name of an optional name-value pair argument into the input parser scheme.
Read more >
Naming the parameter using request.AddJsonBody()? ...
I am attempting to get past the obsolete AddParameter() method. Here's my code using the AddJsonBody() method: request.AddJsonBody(Metadata);.
Read more >
PowerShell.AddParameter Method
Name of the parameter. Returns. PowerShell. A PowerShell instance with parameterName added to the parameter list of the last command. Exceptions.
Read more >
Using Parameters | Tedious
addParameter() , and output parameters are added using Request. ... In T-SQL, parameter names are identified by being prefixed with an '@'.
Read more >
REST.Client.TCustomRESTRequest.AddParameter
procedure AddParameter(const AName, AValue: string); overload; ... The first overloaded method AddParameter adds a new parameter by name and value.
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