Take smaller steps

Real-life programming problems are often very complex and hard to solve. One of the most important things I learned was that I had to break down a large problem into smaller, easier tasks and solve those first. This helped me check for the intended behaviour early instead of having to build a large algorithm only to find out it didn’t work after many hours of programming. A simple example for taking small steps is a program which draws a chessboard....

March 8, 2014 · Codefabrik GmbH