Rules for coding effectively
I am an intermediate programmer and I have been programming for about 6 years. My time writing code taught me this.
- Simplicity is better than complexity
- Good code is better than bad code
- Less code is better than more code
- No code is better than any code
We must avoid coding at all costs. The only time we must write a code is when we cannot solve the problem by any other means.