Commit 7bb20e5b by Robbie Hott

Added coding specifications to match PHP architecture

parent ea79f79c
...@@ -18,6 +18,8 @@ Source code must match the following style guidelines: ...@@ -18,6 +18,8 @@ Source code must match the following style guidelines:
* Class names start with upper-case letters * Class names start with upper-case letters
* Variable and field names start with lower-clase letters * Variable and field names start with lower-clase letters
* No underscores allowed in variable names * No underscores allowed in variable names
* Filenames must match the name of the class defined within (exactly)
* Directory structure must mirror the namespace structure (PHP)
## Internal Documentation of Code ## Internal Documentation of Code
...@@ -111,5 +113,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ...@@ -111,5 +113,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment