1. Software is defined to be user friendly
2. Whenever you are in the passenger seat, you stop learning.
3. Be critical about everything, question everything.
4. How can make software modularised and re-usable so that we don't have re-invent the wheel.
5. Modularized code gets perfected easily
6. Code things such that it is simple and easy, if we make things complex it will take a long time to get perfected.
7. Develop a habit of thinking of how can i make things better.
8. Always try to find the big picture
9. Never take anything for granted.
10. When you write you have a purpose and stick to that.
11. Follow D.R.Y principle Don't repeat yourself as far as code is concerned.
2. Whenever you are in the passenger seat, you stop learning.
3. Be critical about everything, question everything.
4. How can make software modularised and re-usable so that we don't have re-invent the wheel.
5. Modularized code gets perfected easily
6. Code things such that it is simple and easy, if we make things complex it will take a long time to get perfected.
7. Develop a habit of thinking of how can i make things better.
8. Always try to find the big picture
9. Never take anything for granted.
10. When you write you have a purpose and stick to that.
11. Follow D.R.Y principle Don't repeat yourself as far as code is concerned.
12. the last thing is what I just pointed out…always keep in mind why
and what you’re trying to do…reason with yourself
13. When read information found during the research whether example
code or people’s explanation, try to dissect the information to understand why
and what it does, only then you have enough information to logically explain
and trouble issue when run into walls
No comments:
Post a Comment