Hi @administrators @contributors @Global-Moderators
After giving a few onsites,
I've realized that writing code on white board is completely different from typing it on an editor. Firstly because, I type way faster than I write and secondly I can't keep adding lines in between, so the first line has to be my best line of code, and lastly there's not enough space!
What are some of the things I should keep in mind before I write my code, so that I make sure I make minimal changes once I write?
Any tips/tricks or suggestions are welcome! I will consolidate the responses, and update here.
Few things I have learned.
For me it took about 50-60% additional time to write simple binary search on paper compared to coding the same on editor.