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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 54: แถว 54:
 
** [[01219245/cocos2d/Maze|Tutorial 103: PacMan]]
 
** [[01219245/cocos2d/Maze|Tutorial 103: PacMan]]
 
** [[01219245/cocos2d/Platform1|Guide 200: Platform game without physics engine]]
 
** [[01219245/cocos2d/Platform1|Guide 200: Platform game without physics engine]]
* Project setup
+
* Project setup/review
 
** [[01219245/repository setup|Project repository setup]]
 
** [[01219245/repository setup|Project repository setup]]
 
** [[01219245/trello setup|Trello board setup]]
 
** [[01219245/trello setup|Trello board setup]]
 +
** [[01219245/iteration review|Iteration review]]
  
 
== Links ==
 
== Links ==
 
* JavaScript
 
* JavaScript
 
** Style guides: [https://github.com/rwaldron/idiomatic.js idiomatic.js], [http://contribute.jquery.org/style-guide/js/ jQuery style guide], [http://javascript.crockford.com/code.html Crockford's code convention], [https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml Google JavaScript Style Guide]
 
** Style guides: [https://github.com/rwaldron/idiomatic.js idiomatic.js], [http://contribute.jquery.org/style-guide/js/ jQuery style guide], [http://javascript.crockford.com/code.html Crockford's code convention], [https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml Google JavaScript Style Guide]

รุ่นแก้ไขเมื่อ 23:21, 31 มีนาคม 2557

This is a course homepage for 01219245/01219246 Individual Software Process and Individual Software Process Lab.

เนื้อหา

Announcements

Lectures

  • Week 1 (Jan 24): Introduction. (slides)
    • Modern software development:
  • Week 2 (Jan 31): Incremental & iterative development (slides)
  • Week 4 (Feb 28):
    • Project idea discussion.
    • Planning 1. (slides)
    • Clean code: Meaningful names. (slides)
  • Week 5 (Mar 7):

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.
      • Various how-to:
        • Windows:
        • Linux:
    • Master your Editor/IDE:

Links