How to learn programming for a medium scale project form a beginner? [closed]
- by Lin Xiangyu
I study programming by myself.I have learn servel programming languages. but I never write a project more than 1000 lines.
I know the best way to improve programming skills is practise.
The problem is many books, just talk about the programming language, or talk about build a project from a high level. Fews of books will teach how to build a middle scale project.
For example, I want to build a simple HTTP Server(Nor like Apache or just a simple listenr to a port), a Markdown Parser, or a download tools just like emule or wget. I don't know what to do.
I may found peaces of code in the web, or found familiar project in the Github. I don't know how to read the code.
I want to some tutorial that can told me how to build the project step by step, teacher me how to write thousands lines of code.
Any suggest?