SoftwareNetwork / sw

Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.
https://software-network.org
Other
115 stars 23 forks source link

Clean code #92

Closed DanielRTS85 closed 2 years ago

DanielRTS85 commented 2 years ago

How can I get raid of function declarations without bring main to end of the code?

IMG_20220210_200641_062

Can I just put all declations in a single function?

egorpugin commented 2 years ago

Hi,

Parsing goes from top to bottom of the file. But this is unrelated to this project.