L
Lee Alexander
The opposite is also true though - people tend to assume that using the
its use to the detriment of the greater good. Does that mean we shouldn't
have a debugger? I hope not, clearly someone who fires up the debugger with
an empty main entry point using E & C to write there code on the fly is in
need of help.
also a firm believer in unit testing; when dealing with a non-trivial body
of code it's an absolute must have. I also still believe in stepping through
new code making sure that it's working in accordance with your expectations.


Regards
Lee
Which fits nicely with my earlier point that with anything you can pervertdebugger a lot and starting to run the code as quickly as possible will
boost their productivity.
its use to the detriment of the greater good. Does that mean we shouldn't
have a debugger? I hope not, clearly someone who fires up the debugger with
an empty main entry point using E & C to write there code on the fly is in
need of help.
How did you measure this?and I was as productive as my colleagues who used IDEs.
You can't even do this with unit tests either (practically speaking). I amI believe that gives a false sense of confidence though - because you
can't possibly step through every bit of code with every possible set
of data, with every combination of threading etc.
also a firm believer in unit testing; when dealing with a non-trivial body
of code it's an absolute must have. I also still believe in stepping through
new code making sure that it's working in accordance with your expectations.
Sounds good to mePersonally I think code should be *so* simple that it's blatantly
obvious what each bit does.

I'm sure you'll be able to cherry pick your *perfect* jobBeing able to have all your code run is a good idea though - and that's
what unit tests are for. They allow you to make sure that all your code
is run *on a regular basis* rather than just the once through with the
debugger. Unit testing is one of those things I've never used as
thoroughly as I'd like to. Yep.
I'm currently looking for another job, and I
seriously hope that wherever I go embraces unit testing...

Regards
Lee