Author: Manuel Lemos
Viewers: 266
Last month viewers: 1
Categories: PHP Tutorials, Lately in PHP Podcast
The explanation about this advice to any PHP developer is the main topic of part 3 of the Lately in PHP podcast episode 90.
Read this article, watch a 3-minute podcast video or listen to this podcast episode to learn more about the importance of using a readable and consistent coding style.
In this article you can learn:
What Pieces of Advice You Can Get as a Developer
1. Previous article: Be a Good Community Member Sharing Your Open Source Work in Community Sites
2. Previous article: Use a Readable PHP Coding Style
3. This article: Share Reusable Classes with Simple Documentation and Example Code
4. Next: Share Nice Tutorial Articles to Help Other Developers Learn Step by Step
Contents
Listen or download the podcast, RSS feed and subscribe in iTunes
Watch the podcast video, subscribe to the podcast YouTube channel
What was said in the podcast
Listen or download the podcast, RSS feed and subscribe in iTunes
Introduction music provided by http://spoti.fi/NCS
In iTunes, use the Subscribe to Podcast... item of the Advanced menu, and then enter the URL above to subscribe to this podcast.
Watch the podcast video
See the Lately in PHP podcast play list on YouTube and Subscribe to this channel there.
Episode 90 Part 3 Video
What was said in the podcast
1. Be a Good Community Member Sharing Your Open Source Work in Community Sites
2. Use a Readable Coding Style
3. Share Reusable Classes with Simple Documentation and Example Code
Sharing PHP code just by itself may not be as useful if other people find it hard to understand. This may happen if you have written complex components.
Therefore, you must share some documentation and example files that others can learn without reading the whole code you have shared.
Documentation in HTML format is fine, as you can read it in a Web browser. Nowadays, the Markdown format has become very popular because it can be easily read in the text editor. It can also be rendered as an HTML page, so it can look nicer and easier to navigate using links and other rich text formatting possibilities.
4. Next: Share Nice Tutorial Articles to Help Other Developers Learn Step by Step
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.