Subject: | This package can be only useful for... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | Gregor G |
Date: | 2021-01-31 12:56:03 |
|
|
|
Gregor G rated this package as follows:
Utility: | Bad |
Consistency: | Sufficient |
Documentation: | Insufficient |
Examples: | Insufficient |
|
Gregor G - 2021-01-31 12:56:03
This package can be only useful for learning. Code style is consistent but poorly written and no sufficient.
Like sample line 78 in example.php var_dump($operation);
What the hack is that?!
Hassane Moussa - 2021-01-31 17:35:42 - In reply to message 1 from Gregor G
Hi Gregor,
Well note and thanks for your comment.
But I used The var_dump() function because it displays structured information about a variable, including its type and value. Tables and objects are explored recursively, with indentations, to emphasize their structure.
Best regards,
Hassane
|