Closed mattias-p closed 7 months ago
Yes, “nb” is a usual French shorthand for “nombre”. So variable names such as nb_running
are technically what we call franglais. I agree that “nb” ought to be replaced with “num” or something to that effect.
May I suggest finished_count
and running_count
instead of num_finished
and num_running
, to get rid of the abbreviated num
altogether?
Sure, I like it. I'll make an update.
Purpose
This PR updates the terminology used in experimental RPC API methods.
Context
Fixes #1084.
Changes
In the RPC API the following input and output parameters are renamed.
How to test this PR
Make calls to each RPC method in the table above and make sure it accepts the new input parameters and that the new output parameters are present in the output.