mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
The name of a method’s receiver should be a reflection of its identity; often a one or two letter abbreviation of its type suffices (such as “c” or “cl” for “Client”). Don’t use generic names such as “me”, “this” or “self”, identifiers typical of object-oriented languages that place more emphasis on methods as opposed to functions. The name need not be as descriptive as that of a method argument, as its role is obvious and serves no documentary purpose. It can be very short as it will appear on almost every line of every method of the type; familiarity admits brevity. Be consistent, too: if you call the receiver “c” in one method, don’t call it “cl” in another. |
||
|---|---|---|
| .. | ||
| blocksigner | ||
| ens | ||
| multisigwallet | ||
| randomize | ||
| solidity_0.6 | ||
| tests | ||
| trc21issuer | ||
| validator | ||
| XDCx | ||
| utils.go | ||
| utils_test.go | ||