Re: Mistakes during Coding

2009-08-11 Thread Rob Renaud
Stay calm. The costs of a debugging a bug are still relatively enormous in terms of development time. Rushing has a negative expected value, occasionally it will pay off when you hack out a solution that just works, but most of the time being slow and deliberate will be much better (is this off

Re: Mistakes during Coding

2009-08-11 Thread liang yu
Nothing else just practice more and some plugins are recommended for generating both the basic code and the test code more efficient. good luck On Tue, Aug 11, 2009 at 2:01 PM, Rob Renaud rren...@gmail.com wrote: Stay calm. The costs of a debugging a bug are still relatively enormous in

Re: Mistakes during Coding

2009-08-11 Thread Bartholomew Furrow
Stay calm. The costs of a debugging a bug are still relatively enormous in terms of development time. Rushing has a negative expected value, occasionally it will pay off when you hack out a solution that just works, but most of the time being slow and deliberate will be much better (is this

Mistakes during Coding

2009-08-10 Thread FameofLight
Hi, I am currently practicing on topcoder platform . I often can see the solution to problem , but unable to code it in registered time , I often commit logic bluder , like condition for if , while etc. I am coping with this problem for sometime and now I am frustrated , can help me out some