PHP Classes

10 Pieces of PHP Developer Advice in 2022: Advice #3: Share Reusable Classes with Simple Documentation and Example Code - 3 minutes - Lately in PHP Podcast Episode 90 Part 3

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog 10 Pieces of PHP Deve...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 266

Last month viewers: 1

Categories: PHP Tutorials, Lately in PHP Podcast

Sharing PHP code projects with simple examples and documentation will help you to have your project more users because users need to learn about the benefits and how to use the project before they decide to use it.

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.




Loaded Article

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

Click on the Play button to listen now.


Download Size: 1MB Listeners: 589

Introduction music provided by http://spoti.fi/NCS

View Podcast in iTunes

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.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog 10 Pieces of PHP Deve...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)