How do I get more practice?There are two basic areas to sharpen your skills: algorithmic thinking and working on large projects. Syntax and language knowledge is helpful but less important. If you have a deep understanding of the fundamental concepts, the exact details of the language you're working with can always be looked up. Algorithm/coding practice
Working on real projectsIn this course, and in the coding challenges above, you will write “small” programs. But most real applications contain thousands or millions of lines of code, and learning to work on projects like this requires an additional set of skills. The best way to get these skills is to contribute code to an open-source project. Find a program that you're interested in, or which you use already, and figure out how to improve it! It might be an annoying bug or a feature you'd like to add. Many open-source projects keep a list of bugs or small improvements which are good for newcomers to the project. |