... | ... | @@ -69,6 +69,12 @@ Class name |
|
|
|
|
|
Function name
|
|
|
-------
|
|
|
#### Pick One Word per Concept ไม่ใช้คำหลายๆคำที่มีความหมายเดียวกันเช่นฟังก์ชั่นที่ใช้ดึงค่า ควรมีการตกลงกันว่าเป็นคำใดคำหนึ่งเช่น
|
|
|
```
|
|
|
function getWingsColor() {
|
|
|
...
|
|
|
}
|
|
|
```
|
|
|
|
|
|
#### Function ที่ return boolean ให้ขึ้นต้นด้วย is, has เช่น
|
|
|
```
|
... | ... | @@ -116,7 +122,5 @@ foreach ($birds as $bird) { |
|
|
}
|
|
|
```
|
|
|
|
|
|
#### Pick One Word per Concept ไม่ใช้คำหลายๆคำที่มีความหมายเดียวกันเช่นฟังก์ชั่นที่ใช้ดึงค่า ควรมีการตกลงกันว่าเป็นคำใดคำหนึ่ง fetch, retrieve, get
|
|
|
|
|
|
#### Reference
|
|
|
[Naming conventions for electronic document](https://www.st-andrews.ac.uk/media/business-improvements/recordsmanagement/documents/NamingConventionsV01.pdf) |
|
|
\ No newline at end of file |