avalanche-network-runner
avalanche-network-runner copied to clipboard
Document Uppercase/Lowercase initial in method name for functions that take lock vs ones that not
document in the best place the convention used on ANR by many functions the methods have the same name but the upper case one is expected to take a lock and call the lower case one the lower case one is used in the library implementation in functions that already have the lock and the upper case is for external calls
which do you think should be a good place for this @danlaine ? some people got confused by the convention and suggested to have it mentioned in some doce