diff --git a/README.md b/README.md index 950a63b..d43b9d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# Coding Approach +- Classes + - Class names should be in `CapitalCamelCase` + - Class functions will be in `camelCase` +- Functions + - Function variables will be in `snake_case` +- Arrays + - Array keys will be in `snake_case` +- SQL + - table names, and columns names will be in `snake_case` +- Don't repeat yourself (DRY) +- Each fucntion should have a single purpose + # tp_servicedesk A { service desk, ticket, knowledge base } web application written in PHP using fat free framework.