Best Practice: Contract file name should follow coding conventions #105
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
WatchPug
Vulnerability details
Having a consistent naming style in the project leads to fewer errors.
https://github.com/code-423n4/2021-12-sublime/blob/9df1b7c4247f8631647c7627a8da9bdc16db8b11/contracts/Proxy.sol#L6-L6
The filename
Proxy.sol
should beSublimeProxy.sol
.The text was updated successfully, but these errors were encountered: