18.12.2012, 20:38
I never miss any bracket, because before writing the code i open and close the brackets, then I go back and write into them.
EDIT:
LoL, I didn't read your comment. I do the same thing as you when coding 
When I was a beginner I didn't that and it caused me a lot of errors, but I never used any fixer, I always found my errors by counting the brackets one by one
100% agree
Also I'm used to Notepad++, I deleted pawno from my PC xD.
Код:
if(a)
Код:
if(a) {
Код:
if(a) { }
Код:
if(a) { b(); }
Quote:
I can say with 100% certainty that I have never missed a bracket. I got in to the good habit of doing this:
[...] |

When I was a beginner I didn't that and it caused me a lot of errors, but I never used any fixer, I always found my errors by counting the brackets one by one

Quote:
I don't think the use of tools is 'cheating', but I do think prevention is better than cure (fix).
|
Also I'm used to Notepad++, I deleted pawno from my PC xD.