From 2264882250394be97106da85097cbf380d485f7a Mon Sep 17 00:00:00 2001 From: tp_dhu Date: Mon, 24 Mar 2025 01:16:59 +0000 Subject: [PATCH] added coding approach --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.