首页 > 编程技术 > php

成为更优秀的PHP开发人员的五点建议

发布时间:2016-11-25 16:10

 

 



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:

您可能感兴趣的文章: