Write user friendly code – The Beginners Guide
Programmers tend to write their code in a readable, maintainable and reusable way, to help an application execute properly, easy to extend and make other programmer’s life easier. Here is a few tips to help you getting started to be a successful programmer.
Tip No.1: Gather Info
It’s important to understand what the app is before building it. Misunderstanding of what client want happens more than you think. It is especially challenging for young programmers to get the spec right.
Tip No.2: Plan well
You should be well prepared before your first line of code. It is hard to foresee how your code is going to be without much practice. You can try drawing down your little plan.
It doesn’t have to be super complicated, some simple graph like below will do.
To be continued …