Welcome!
My first blog post!
Row 3, Managing Complexity
Always try to plan a way to make the code less complex. Be a “lazy programmer”
Row 5, Algortithm Implementation
Algorithm- Code that does things.
Row 6, Testing
Make sure to test your code. Test different possibilities and fix the code acoordingly. Before turning your work in, make sure to test.