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
The referenced comments represent TODO statements that have yet to be resolved in the codebase.
Example:
// Whenever a region is paused, and a method from that region is callederror RegionPaused(); //ToDo consider adding the region to the error message
Recommendation:
We advise them to be resolved, especially the ones referencing input arguments to error declarations as they would be inconsequential gas-wise and would greatly enhance off-chain debugging capabilities.
The text was updated successfully, but these errors were encountered:
BES-01C: Lingering TODO Comments
Description:
The referenced comments represent
TODO
statements that have yet to be resolved in the codebase.Example:
Recommendation:
We advise them to be resolved, especially the ones referencing input arguments to
error
declarations as they would be inconsequential gas-wise and would greatly enhance off-chain debugging capabilities.The text was updated successfully, but these errors were encountered: