VIS-2 / taobank-04-24

0 stars 0 forks source link

Non-compliance with function ordering in Solidity Style Guide #39

Open DanailYordanov opened 4 months ago

DanailYordanov commented 4 months ago

Description

For clarity and consistency, it's beneficial to adhere to the Solidity Style Guide which prescribes a specific order for function declarations: starting with constructor(), followed by receive(), fallback(), external, public, internal, and ending with private.