Ec (2); & nbsp; DeveloperTutorialsblog today published an article & nbsp; www. developertutorials. comblogweb5-ways-to-be-a-better-php-developer-36 & nbsp; put forward a good programmer's five points of advice. & Nbsp; here, I have summarized 5 points to improve productivity, and optimized script ec (2) and script
Developer Tutorials blog published an article today
Http://www.developertutorials.com/blog/web/5-ways-to-be-a-better-php-developer-36/
Put forward five suggestions for being a good programmer.
Here, I have summarized five points to improve productivity and optimize the code. Example: core functions, frameworks, design patterns, and document formats. As follows:
1. Read the Manual (PS: This is needless to say. One manual is required. The manual is the core and cannot be replaced by any book)
2. Read the code (read the code written by others. There are many excellent codes on the Internet for reference, such as SourceForge.net)
3. Learn the new framework (the phpframeworks.com framework is good, but you must lay a solid foundation before learning the framework .)
4 Research (do not look at the surface and application, but study more principles, such as xml-rpc, rest, oop, etc)
5. Learn OOP (Object-Oriented Programming)
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