ผลต่างระหว่างรุ่นของ "01219245-58"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 18: แถว 18:
  
 
* Week 3 (Feb 19):
 
* Week 3 (Feb 19):
 +
** Game design principles.  ([http://theory.cpe.ku.ac.th/wiki/images/01219245-03b-game-design-principles.pdf slides])
 +
*** Game design slides by [http://www.slideshare.net/resmini Andrea Resmini]: [http://www.slideshare.net/resmini/game-design-lecture-1 lecture1], [http://www.slideshare.net/resmini/game-design-lecture-2-15128133 lecture2], [http://www.slideshare.net/resmini/game-design-lecture-3 lecture3], [http://www.slideshare.net/resmini/game-design-lecture-4 lecture4]
 +
** Clean code: Meaningful names. ([http://theory.cpe.ku.ac.th/wiki/images/01219245-04b-meaningful-names.pdf slides])
 
** Software testing, Unit testing, TDD ([http://theory.cpe.ku.ac.th/wiki/images/01219245-04a-test-principles-unit-testing.pdf slides])
 
** Software testing, Unit testing, TDD ([http://theory.cpe.ku.ac.th/wiki/images/01219245-04a-test-principles-unit-testing.pdf slides])
 
** Unit testing in JavaScript ([http://theory.cpe.ku.ac.th/wiki/images/01219245-04b-unit-testing-javascript.pdf slides])
 
** Unit testing in JavaScript ([http://theory.cpe.ku.ac.th/wiki/images/01219245-04b-unit-testing-javascript.pdf slides])
 
*** Template for TDD practice: [http://theory.cpe.ku.ac.th/wiki/images/219245-practice.zip 219245-practice.zip]
 
*** Template for TDD practice: [http://theory.cpe.ku.ac.th/wiki/images/219245-practice.zip 219245-practice.zip]
** Game design principles.  ([http://theory.cpe.ku.ac.th/wiki/images/01219245-03b-game-design-principles.pdf slides])
 
*** Game design slides by [http://www.slideshare.net/resmini Andrea Resmini]: [http://www.slideshare.net/resmini/game-design-lecture-1 lecture1], [http://www.slideshare.net/resmini/game-design-lecture-2-15128133 lecture2], [http://www.slideshare.net/resmini/game-design-lecture-3 lecture3], [http://www.slideshare.net/resmini/game-design-lecture-4 lecture4]
 
** Clean code: Meaningful names. ([http://theory.cpe.ku.ac.th/wiki/images/01219245-04b-meaningful-names.pdf slides])
 
  
 
== Labs ==
 
== Labs ==

รุ่นแก้ไขเมื่อ 01:37, 19 กุมภาพันธ์ 2559

This is a course homepage for 01219245/01219246 Individual Software Process and Individual Software Process Lab for 2nd semester, academic year 2558.

Announcements

Lectures

  • Week 1 (Jan 22):
    • Introduction. (slides)
    • Modern software development:
    • Coding convention. (slides)
    • Practice on task breakdown. (slides)
  • Week 2 (Feb 12):
    • Incremental & iterative development (slides)
    • Planning 1. (slides)

Labs

Preparations

Various practical skills (we will discuss these topic in class as well.)

  • Command-line shell: In the modern era of computing, we usually enjoy using nice GUI program to work with our files and folder. However, command-line interface still wins in many aspects. It can be much faster and more accurate. In many cases, e.g., in server maintenance and in many DevOps's activities, command-line interface is the only choice. Here are a few how-to:
  • Master your Editor/IDE:

Git

JavaScript

Cococs2d-JS

Video clips

  • Git
    • Part 1 - covers the following commands: init, status, add, commit, diff, log
    • Part 2 - covers how to ignore files
    • Part 3 - covers basic branching mode and how to move the HEAD around the commit graphs
  • JavaScript: basic
    • Part 1 - introduction, variables, control flows.
    • Part 2 - functions, I/O with alert() and prompt()
    • Part 3 - how to generate random numbers

Links