Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 740 Bytes

Commented code.md

File metadata and controls

25 lines (21 loc) · 740 Bytes

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.

Recommendation:

Consider removing commented out lines of code that are no longer needed.


Slide Screenshot

184.jpg


Slide Text

  • OpenZeppelin BarnBridge Finding N02
  • Patching
  • Commented Code
  • Readability & Auditability
  • Uncomment or Remove

References


Tags