View Single Post
  #2 (permalink)  
Old 04-16-2008, 05:27 PM
sukatoa's Avatar
sukatoa sukatoa is offline
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 526
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
Debugging time!!!!

(just for me)
For some situations like this, i will do it step by step safely, not to code it all and test @ once....

Start on a small ArrayList.... if test is done and you're satisfied on the result, make it bigger and bigger, as you test it every changes made...

Just like logic circuits, when you just wire them all and not tracing each specific output, you might get stuck on its strange outputs.
unless you have an experience on it.
Instead, by moduling is safe and recommended by experts.

kind regards,
sukatoa
Reply With Quote