PHP Classes

Good data hiding and public/private discrimination.

Recommend this page to a friend!

      cQRCode  >  All threads  >  Good data hiding and public/private...  >  (Un) Subscribe thread alerts  
Subject:Good data hiding and public/private...
Summary:Package rating comment
Messages:1
Author:CPK Smithies
Date:2013-01-03 20:25:40
 

CPK Smithies rated this package as follows:

Utility: Good
Consistency: Sufficient
Documentation: Sufficient
Examples: Good

  1. Good data hiding and public/private...   Reply   Report abuse  
Picture of CPK Smithies CPK Smithies - 2013-01-03 20:25:40
Good data hiding and public/private discrimination. Too much use of define() - class constants would be a better choice for many of them. Better inline commenting of individual functions and use of type hints would add clarity and robustness. Perhaps rather cluttered with debug code. Nevertheless a very useful contribution.