On Sunday, 9 November 2014 at 08:26:59 UTC, Suliman wrote:
I know that a lot of people are using for programming tools
like Sublime. I am one of them. But if for very simple code
it's ok, how to write hard code?
Do you often need debugger when you are writing code? For which
tasks debugger are more needed for you?
I don't use a debugger for D. Most of the code I deal with is my
own code anyway so I usually have a good idea of where things go
wrong when they go wrong. But I think that it is also down to D
being debug-friendly by nature (and I usually insert simple
"debug" statements and / or unittests). In my experience, it
doesn't even need an IDE. I think that's a sign of quality.