PHP Classes

Documentation not clear.

Recommend this page to a friend!

      BFS  >  All threads  >  Documentation not clear.  >  (Un) Subscribe thread alerts  
Subject:Documentation not clear.
Summary:Package rating comment
Messages:3
Author:CPK Smithies
Date:2012-12-25 17:43:42
Update:2013-02-06 12:51:37
 

CPK Smithies rated this package as follows:

Utility: Insufficient
Consistency: Bad

  1. Documentation not clear.   Reply   Report abuse  
Picture of CPK Smithies CPK Smithies - 2012-12-25 17:43:42
Documentation not clear. Supposedly a demo but no instructions on how to run it. Class constructor provided but contains only a "return" instruction. Why was it provided? Not clear enough or well enough explained to function as a useful introduction. Code carelessly laid out, not even indented properly.

  2. Re: Documentation not clear.   Reply   Report abuse  
Picture of Subramanian Subramanian - 2012-12-26 04:54:34 - In reply to message 1 from CPK Smithies
Hi,

Thanks for your comments

1) This program is a better implementation of recursive algorithms where we use a linear collection object with flag instead of the confusing recursion

2) To actually show the implementation need to have a collection of parent->child nodes which can be time consuming.

3) Documentation, indentation may not be complete. I just got a new idea of implementing recursion in a better way and posted it, didn't have time to dress it up.

Thank you,

Subu

  3. Re: Documentation not clear.   Reply   Report abuse  
Picture of Andrea Grasso Andrea Grasso - 2013-02-06 12:51:37 - In reply to message 2 from Subramanian
hello, you could post an example of using? thanks