Developer Tutorials blog 今天發表了一篇文章
http://www.developertutorials.com/blog/web/5-ways-to-be-a-better-php-developer-36/
提出了做一名優秀程式員的五點建議。
這裡,我總結出五點提高生產率,最佳化代碼。例如:核心函數,架構,設計模式,文檔格式。如下:
1閱讀手冊(PS:這個不用多說,人手一份,手冊是最核心的,任何書都不能替代手冊)
2閱讀代碼(閱讀別人寫的代碼,網上有很多優秀的代碼供參考,例如:SourceForge.net )
3學習新架構( phpframeworks.com 架構是很好,但是在學習架構前一定要打好基礎。)
4研究(不要只看錶面和應用,應該多研究原理,例如xml-rpc,rest,oop等等)
5學習OOP(物件導向編程)
New on the Developer Tutorials blog today is this post offering up a few ideas (five of them) on how they think you can become a better programmer.
In this post, I''ll outline five ways to be a better developer, improve your productivity, write less code and achieve more with your web applications.There''s always more to learn when it comes to PHP development. New core functions, new frameworks, new design patterns, new code documentation styles. Here are some of the best ways you can become a better PHP developer.
His five suggestions are:
- Read the manual
- Browse thr