184 - Commented code
Throughout the codebase there are lines of code that have been commented out with //
.
This can lead to confusion and is detrimental to overall code readability.
Consider removing commented out lines of code that are no longer needed.
- OpenZeppelin BarnBridge Finding N02
- Patching
- Commented Code
- Readability & Auditability
- Uncomment or Remove