首页 > php代码 > 成为更优秀的PHP开发人员的五点建议

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


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 through some code 

Learn a new framework 

Research 

Learn OOP 

I can understand where he's coming from on all but the third one - frameworks are nice, but it's more important to get the fundamentals down first before making a framework some of your first experience.


本文地址:http://www.phprm.com/code/8d82da7aef8fe833a1a0f08bc5cab5a6.html

转载随意,但请附上文章地址:-)

标签:none

发表留言