0

How do you guys write your code?

As i saw in the discussions here many people seem to write their code with notepad or any other simple text editor. But notepad has no debugger built in, so how many lines do you write on your code before it gets tested the first time? I'm a beginner and i think i test my code far to often and let the compiler search my mistakes instead of getting them on my own right by aiming for a clean code from the start. How do you do that?

23rd Jan 2017, 10:04 PM
Dean Marinov
Dean Marinov - avatar
2 Respuestas
0
Try codeblocks for c++. Everyone makes mistakes.. It's normal to make typos.. there is no magic trick but practicing.
23rd Jan 2017, 10:04 PM
Aierizer Dániel
Aierizer Dániel - avatar