eth-sri / securify2

Securify v2.0
Apache License 2.0
586 stars 136 forks source link

Need reformations and cleaning of the code #38

Open dheerajrp opened 2 years ago

dheerajrp commented 2 years ago

The code in the repo needs reformations and cleaning in many areas. And in some cases, many features are written in one file. Please follow modular coding. The main.py under the securify directory has many features like argument parsing and function calls. Put it to different files and call in the main file.