+ 5
What is the best way to improve our logical thinking while writing the programs??
6 Answers
+ 8
Like somebody already mentioned, write your program down in 'pathway' form. This is a really good method for finding bugs too. Trace variables and loops as they run through.
+ 6
Pencil and paper, If you can write down how you achieve the output with inbetween steps, you can code it.
+ 3
by understanding situation we are trying to replicate. A developer can only code as far as he understands!
+ 1
By writing programs.
+ 1
practise 100 problems.
- 1
Tharki