How do one start to code advanced programs?

In my opinion you should touch small parts of big apps

As tutorials show how to deal with the piece of code you are dealing. But that way does not scale.

When you touch small parts of large programs, generally they have successful structure and architecture.

Then you can download successful apps from github or Download, Develop and Publish Free Open Source Software and modify some things of them … and find the concepts presented in the tutorials inside those apps

Leave a Reply