วันเสาร์ที่ 29 สิงหาคม พ.ศ. 2558

Problems Encountered

Error: missing semicolon
Cause: ลืมใส่ semicolon
How to fix: ใส่ semicolon
Error: function does not exist
Cause: ใส่ชื่อฟังก์ชั่นผิด
How to fix: ใส่ชื่อฟังก์ชั่นให้ถูก
Error: missing parameters
            Cause: ใส่ parameter ในฟังก์ชั่นไม่ครบ
            How to fix: ใส่ parameter ให้ครบทุกตัว
Error: {blankets}
            Cause: ลืมใส่ } ปิดท้าย 
            How to fix: ใส่ } ปิดท้าย
Error : missing right parenthesis
            Cause: ลืมใส่ )
            How to fix: ใส่ ) ปิดท้าย
Error : The variable "sizeox" does not exist
            Cause: ไม่มีตัวแปรชื่อ sizeox อยู่
            How to fix: ประกาศตัวแปรนี้ , เขียนชื่อตัวแปรผิด
Error : Type mismatch,"void" does not match with "int"
            Cause: ประกาศตัวแปรประเภท int = ฟังก์ชั่น void
            How to fix: ตัวแปร int จะต้องเก็บค่า int เท่านั้น เช่น ใส่ฟังก์ชั่นที่ส่งค่ากลับเป็น int

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

commit เพิ่มเติม : เพื่ม userstory, bookmark

>>  add userstory ทำการเพิ่ม userstory ใน functional tests >>  add bookmark for user เพิ่มระบบ Bookmark โดยการสร้าง model ขึ...