Skip to content

SCK-SEAL-TEAM-One/ecommerce-shopping-frontend

Repository files navigation

ecommerce-shopping-frontend

Function And Parameter Naming Conventions

Command for project

Command to run test (watched)

npm test

Command to run unit test (no watch)

npm run unittest

Command to build project

npm run build

Command to check code style

npm run lint

File Name

camelCase ขึ้นต้นด้วยตัวใหญ่ เช่น OrderService.js

Package Name

ใช้ตัวอักษรพิมพ์เล็กทั้งหมด เช่น packagecalculate

Variable Name

ชื่อตัวแปรเป็นคำเดียวให้ตั้งชื่อเป็นพิมพ์เล็กทั้งหมด เช่น var, cha, date

ชื่อตัวแปรมีความยาวตั้งแต่ 2 คำขึ้นไป เป็นตัวเล็กทั้งหมด ขั้นด้วย under_score เช่น product_name, shopping_id

ข้อตกลง Commit Message ร่วมกัน

ใช้ภาษาไทยเท่านั้นในก่ารอธิบายการ commit
[Created] สร้างไฟล์ใหม่
[Added] เพิ่ม feature หรือ information เข้าไปในไฟล์
[Edited] แก้ไขข้อมูลในเนื้อไฟล์ ที่มีอยู่แล้ว
[Deleted] ลบไฟล์ออก
[Fixed] แก้ไขในกรณีที่ code ไม่ถูกตาม standard

คำย่อของ element name

ตัวย่อ ความหมาย
lst List
tar textarea
btn button
lbl label
ddl dropdownlist
frm form
txt textbox
rdb radiobutton

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published