Oop lab/iteration review 1

จาก Theory Wiki
รุ่นแก้ไขเมื่อ 01:44, 6 ตุลาคม 2557 โดย Jittat (คุย | มีส่วนร่วม)
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)
ไปยังการนำทาง ไปยังการค้นหา
หน้านี้เป็นส่วนหนึ่งของ oop lab

รายการกิจกรรมที่ทำใน iteration review 1

  • สร้างการ์ดใน Trello ชื่อ "Iteration 1" ใน list ของ project
    • เขียน feature ที่ทำ "เสร็จ" ใน iteration นี้ในการ์ด Iteration 1
  • Group feedback
    • ให้เพื่อนในกลุ่มเขียนสรุป feedback ใส่เป็น comment ในการ์ด Iteration 1
  • Code review

Meaningful names

A guide from Clean Code:

  • Use intention-revealing names
  • Avoid disinformation
  • Make meaningful distinctions
  • Use pronounceable names
  • Use searchable names
  • Avoid encodings
  • Avoid mental mapping
  • Class names should have noun or noun phrase names
  • Method names should have verb or verb phrase names
  • Don't be cute, don't pun
  • Pick one word per concept
  • Use solution domain names
  • Use problem domain names
  • Add meaningful context
  • Don't add gratuitous context