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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
 
(ไม่แสดง 15 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 1: แถว 1:
 +
: ''This is an old homepage from last year.  For the recent offering, please see [[01219245]].''
 +
 
This is a course homepage for '''01219245/01219246 Individual Software Process and Individual Software Process Lab''' for 2nd semester, academic year 2557.
 
This is a course homepage for '''01219245/01219246 Individual Software Process and Individual Software Process Lab''' for 2nd semester, academic year 2557.
  
แถว 33: แถว 35:
 
** Practice: [[01219343/testcase/KU Student status|KU Student status]]
 
** Practice: [[01219343/testcase/KU Student status|KU Student status]]
  
* Week 7 (Mar 20):
+
* Week 7 (Apr 3):
** Estimation
+
** Estimation ([http://theory.cpe.ku.ac.th/wiki/images/01219245-06a-estimation-data-collection.pdf slides])
** Planning for the 2nd iteration
+
** Planning for the 2nd iteration ([http://theory.cpe.ku.ac.th/wiki/images/01219245-06b-planning-2nd-iteration.pdf slides])
 +
** Code cleaning practice
  
* Week 8 (Mar 27):
+
* Week 8 (Apr 10):
** Planning for the 3rd iteration
+
** Planning for the 3rd iteration ([http://theory.cpe.ku.ac.th/wiki/images/01219245-08a-planning-3rd-iteration.pdf slides])
** Code smells
+
** Code smells [http://www.industriallogic.com/blog/smells-to-refactorings-cheatsheet/ cheat sheet] from Industrial Logic.
  
* Week 9 (Apr 3):
+
* Week 9 (Apr 17):
 
** Practice TDD for objects with states ([http://theory.cpe.ku.ac.th/wiki/images/01219245-09a-tdd-practice2.pdf slide])  
 
** Practice TDD for objects with states ([http://theory.cpe.ku.ac.th/wiki/images/01219245-09a-tdd-practice2.pdf slide])  
 
** Template: [http://theory.cpe.ku.ac.th/wiki/images/219245-practice2.zip 219245-practice2.zip]
 
** Template: [http://theory.cpe.ku.ac.th/wiki/images/219245-practice2.zip 219245-practice2.zip]
 +
** PSP
  
* Week 10 (Apr 10):
+
* Week 10 (Apr 24) Software Estimation:
 +
**Slides:
 +
*** [http://www.mountaingoatsoftware.com/presentations/agile-estimating Agile estimating] from Mountain Goat Software
 +
*** [http://www.construx.com/Resources/Presentation/Agile_Estimation__Key_Principlies_and_Practices_for_Successful_Agile_Practices/ Agile Estimation: Key Principles and Practices for Successful Agile Projects] from Construx.
  
* Week 11 (Apr 17):
+
* Week 11 (May 1) Software Design:
 +
** [http://www.principles-wiki.net/principles:don_t_repeat_yourself DRY], [http://www.principles-wiki.net/principles:single_level_of_abstraction SLAP], [http://www.principles-wiki.net/principles:single_responsibility_principle SRP] from [http://www.principles-wiki.net/start Principles Wiki]
 +
** [http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod Principles of OOD] by Robert Martin
 +
** Slides:
 +
*** [http://www.slideshare.net/jonkruger/solid-software-design-principles SOLID: software design principles] by Jon Kruger (slideshare)
 +
*** [http://www.slideshare.net/skarpushin/solid-ood-dry SOLID, DRY, SLAP] by Сергей Карпушин (slideshare)
  
* Week 12 (Apr 24)
+
* Week 12 (May 8) Project fair
  
* Week 13 (May 1):
+
* Week 13 Soft skills for software engineers
  
 
== Labs ==
 
== Labs ==
แถว 73: แถว 85:
 
* Cococs2d-JS
 
* Cococs2d-JS
 
** We will use [http://cocos2d-x.org/products#cocos2dx-js Cocos2d-JS] as a game development framework.
 
** We will use [http://cocos2d-x.org/products#cocos2dx-js Cocos2d-JS] as a game development framework.
** [[01219245/cocos2d-js/installation|Installation]]
+
** [[01219245/cocos2d-js/installation/3.2|Installation]]
 
** [[01219245/cocos2d-js/Sprites|Tutorial 100]] - sprites
 
** [[01219245/cocos2d-js/Sprites|Tutorial 100]] - sprites
 
** [[01219245/cocos2d-js/Sprites2|Tutorial 101: Sprites 2 - Flappy Dot]]
 
** [[01219245/cocos2d-js/Sprites2|Tutorial 101: Sprites 2 - Flappy Dot]]

รุ่นแก้ไขปัจจุบันเมื่อ 16:01, 15 กุมภาพันธ์ 2559

This is an old homepage from last year. For the recent offering, please see 01219245.

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

Announcements

Lectures

  • Week 1 (Jan 16): Introduction. (slides)
    • Modern software development:
  • Week 2 (Jan 23): Incremental & iterative development (slides)
    • Practice on task breakdown. (slides)
    • Coding convention. (slides)
  • Week 5 (Feb 27):
  • Week 7 (Apr 3):
    • Estimation (slides)
    • Planning for the 2nd iteration (slides)
    • Code cleaning practice
  • Week 8 (Apr 10):
    • Planning for the 3rd iteration (slides)
    • Code smells cheat sheet from Industrial Logic.
  • Week 12 (May 8) Project fair
  • Week 13 Soft skills for software engineers

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:

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