So you’ve learnt basic coding and you’ve started to work on your own project. But the magic of learning code is gone. It’s starting to feel a bit ho hum.
That can only mean one thing. You’ve outgrown the basics, and you’re ready to move on to the advanced stuff!
Now’s the time to introduce yourself to some advanced coding concepts – like software design, MVC, code commenting, test-driven development, agile development and more. Learn these exciting new concepts and the magic of learning code will return!
Wait! Are You Ready for Advanced Stuff?
Don’t jump into advanced concepts before you’ve grasped the basics. Before you dig into the advanced stuff, make sure that you have…
- some background info on coding
- invested in good coding training
- installed a text editor
- started to work on a coding project.
If you haven’t done all of the above things, go back and do them first. It’s important to have a solid foundation before you start to tackle advanced concepts.
More Advanced Coding Articles
If you’re confident that you’ve mastered the basics of coding, here are some advanced coding concepts to sink your teeth into.
Software Design Principles
Software design refers to the way code is organized in a program, and the algorithms (procedures) used. Here are 4 important software design principles to keep in mind when coding.
Guide to Code Commenting
Code comments are notes throughout your code that don’t have any effect on your program, but explain to humans how your program works. This guide explains how to do it well.
Disclosure of Material Connection: Some of the links in the post above are “affiliate links.” This means if you click on the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.