Questions need to be asked humbly, patiently, and clearly. Answers need to be clear, neutral, and precise.
Monthly Archives: March 2008
The Big Picture
I generally prefer to pseudo code my code prior to actually starting to write it, it keeps me establish what the big picture is, without having to worry about the nitty-gritty details. Keeping the big picture in mind is often useful to coding any sort of code, from very simple to super complex code. When …