Quote Originally Posted by Colino View Post
I never said making games is quick and easy. I just said errors don't happen because of a typo or a wrong line of code anymore. That's all I said.
If you truely believe that the program checker in your complier will prevent your code from having any errors whatsoever then I can without a doubt say that you have absolutely no experience in programming. A simple > in place of a < could have dire consequences in coding and would not be caught by your compiler. It can only check for syntax not logic. The fact that you place so low of an emphasis on the value of always testing your throughly after completion leads me to believe you've never done work on anything bigger than a personal side project or some little mom and pop company. It might not always cause a crash but an error in logic could cause major complications in your code that may not be imediately evident.

I've programmed in Visual basic, C++, Java, Javascript, SQL, Python, Actionscript, xHtml, Php, and Css over the years. I think you're talking out your ass with your programming knowledge.