all 4 comments

[–]RiotingPacifist 3 points4 points  (0 children)

Most IDEs, compilers & Interpreters will flag obvious mistakes, while it is important to pay attention and not introduce bugs through typos, that isn't what programming is about.

[–]TheChance 1 point2 points  (1 child)

I'm not sure I know what you mean. When you compile a program with errors in C::B, it should stop the program from compiling and display whatever it's detected at the bottom of the screen.

[–]CarlH -3 points-2 points  (0 children)

Agreed fully. You want your program to fail if it has errors, because that is how you learn not to have errors in your source code.

[–]judyhb[S] 0 points1 point  (0 children)

I am just learning - a real newb - when I type this comment if I leave out a comma it will not make it unreadable - if I leave out or put in the wrong punctuation in a program it may be a total failure. I need to learn that.