From fbd956598fdeea6e55d68d9a028a9d229562fe62 Mon Sep 17 00:00:00 2001 From: aziel18 <198568668+aziel18@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:28:33 +0800 Subject: [PATCH] Update CODING_STANDARDS.md system updates --- CODING_STANDARDS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md index c599194ed50e3..de469cf43d59a 100644 --- a/CODING_STANDARDS.md +++ b/CODING_STANDARDS.md @@ -174,7 +174,7 @@ rewritten to comply with these rules. connect() getData() buildSomeWidget() - performHttpRequest() + performhttpRequest() ``` Bad method names: @@ -183,7 +183,7 @@ rewritten to comply with these rules. get_Data() buildsomewidget() getI() - performHTTPRequest() + performhttpsRequest() ``` Good class names: @@ -191,7 +191,7 @@ rewritten to comply with these rules. ```php Curl CurlResponse - HttpStatusCode + httpStatusCode Url BtreeMap // B-tree Map UserId // User Identifier @@ -207,10 +207,10 @@ rewritten to comply with these rules. ```php curl curl_response - HTTPStatusCode + httpstatusCode URL BTreeMap - UserID // User Identifier + UserID //User Identifier CHAR INTL SSL\Certificate