-
Couldn't load subscription status.
- Fork 0
Closed
Description
RGD-01C: Generic Typographic Mistake
| Type | Severity | Location |
|---|---|---|
| Code Style | ![]() |
ReentrancyGuard.sol:L14 |
Description:
The referenced line contains a typographical mistake (i.e. private variable without an underscore prefix, a non-snake_case module) or generic documentational error (i.e. copy-paste) that should be corrected.
Example:
// NB: it's more optiomal to compare msg.sender to address(this) twice than storing it in a variable (e.g. _isSelf)Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Metadata
Metadata
Assignees
Labels
No labels
