by admin | Jan 28, 2012 | Beginner's Mind, blog, Programming, Video
A reader from Kenya asks how best to get into programing. Eric Freeman answers the question, and the answer may not be what you expected…view the video below:
by Elisabeth Robson | Jan 19, 2012 | Beginner's Mind, Programming, Reader Question
I got a good reader question today about incrementing variables. This reader is completely new to programming and was getting confused about two common ways to increment variables: count = count + 1; a statement that often appears in a while loop, and i++; a statement...
Comments