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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
 
(ไม่แสดง 5 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 1: แถว 1:
This is a course homepage for 01219245/01219246 '''Individual Software Process and Individual Software Process Lab.'''
+
This is a course homepage for 01219245/01219246 '''Individual Software Process and Individual Software Process Lab,''' for semester 2556/2.
  
 
== Announcements ==
 
== Announcements ==
แถว 41: แถว 41:
 
* Week 9 (Apr 11):
 
* Week 9 (Apr 11):
 
** Martin Fowler's slide on [http://codecourse.sourceforge.net/materials/Refactoring-Presentation-from-JavaOne.pdf Refactoring]
 
** Martin Fowler's slide on [http://codecourse.sourceforge.net/materials/Refactoring-Presentation-from-JavaOne.pdf Refactoring]
 +
 +
* Week 10 (Apr 18):
 +
 +
* Week 11 (Apr 25):
 +
 +
* Week 12 (May 2):
  
 
== Labs ==
 
== Labs ==
แถว 59: แถว 65:
 
* Cocos2d-x
 
* Cocos2d-x
 
** ''Notes:'' If you want to work with cocos2d-x, you'll need to use firefox if you want to run your game from URL <tt>file://</tt>.  If you want to use Chrome, follow these [[01219245/cocos2d chrome setup|instructions]].  Don't forget to disable JavaScript cache.
 
** ''Notes:'' If you want to work with cocos2d-x, you'll need to use firefox if you want to run your game from URL <tt>file://</tt>.  If you want to use Chrome, follow these [[01219245/cocos2d chrome setup|instructions]].  Don't forget to disable JavaScript cache.
** [[01219245/cocos2d/Sprites|Tutorial 100: Sprites]]
+
** [[01219245/cocos2d-html5/Sprites|Tutorial 100: Sprites]]
 
** (optional) [[01219245/cocos2d/Gozilla Shoot Game|Tutorial 100.5: Gozilla Shoot Game]]  
 
** (optional) [[01219245/cocos2d/Gozilla Shoot Game|Tutorial 100.5: Gozilla Shoot Game]]  
 
*** No tutorial text right now, but you can study it from the commit logs and changes from its Git repo at [https://bitbucket.org/jittat/cocos-cannon bitbucket.org].
 
*** No tutorial text right now, but you can study it from the commit logs and changes from its Git repo at [https://bitbucket.org/jittat/cocos-cannon bitbucket.org].
แถว 70: แถว 76:
 
** [[01219245/trello setup|Trello board setup]]
 
** [[01219245/trello setup|Trello board setup]]
 
** [[01219245/iteration review|Iteration review]]
 
** [[01219245/iteration review|Iteration review]]
 +
* Manual testing
 +
** [[01219245/manual testing|Manual testing]]
  
 
== 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]

รุ่นแก้ไขปัจจุบันเมื่อ 16:27, 27 มกราคม 2558

This is a course homepage for 01219245/01219246 Individual Software Process and Individual Software Process Lab, for semester 2556/2.

เนื้อหา

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):
  • Week 6 (Apr 4):
  • Week 10 (Apr 18):
  • Week 11 (Apr 25):
  • Week 12 (May 2):

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