-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Closed
Labels
contractsSmart contract code.Smart contract code.good first issueLow hanging fruit for new contributors to get involved!Low hanging fruit for new contributors to get involved!
Milestone
Description
Some of our contracts (like ReentrancyGuard) initialize their state variables outside of a constructor (i.e. in their declaration). We should avoid doing this and move all initialization to the constructor, mainly for clarity, but also because this makes it easier to transform said constructors to initialization functions.
Metadata
Metadata
Assignees
Labels
contractsSmart contract code.Smart contract code.good first issueLow hanging fruit for new contributors to get involved!Low hanging fruit for new contributors to get involved!