You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Given that the "report" type is a special purpose uint256 value, the legibility of the codebase and library usages can be optimized by defining a custom user-value type.
We advise one to be defined for the "report" data type (i.e. type Report is uint256;) to optimize library usages and permit statements such as using TierReport for Report; without affecting the functions exposed by the "basic" data types (i.e. avoid using TierReport for uint256;). This finding will not be replicated across the codebase, however, it is applicable to many instances.