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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 33: แถว 33:
 
** Practice: [[01219343/testcase/KU Student status|KU Student status]]
 
** Practice: [[01219343/testcase/KU Student status|KU Student status]]
  
* Week 7 (Mar 20):
+
* Week 7 (Mar 27):
 
** Estimation
 
** Estimation
 
** Planning for the 2nd iteration
 
** Planning for the 2nd iteration
  
* Week 8 (Mar 27):
+
* Week 8 (Apr 3):
 +
 
 +
* Week 9 (Apr 10):
 
** Planning for the 3rd iteration
 
** Planning for the 3rd iteration
 
** Code smells
 
** Code smells
  
* Week 9 (Apr 3):
+
* Week 10 (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]
  
* Week 10 (Apr 10):
+
* Week 11 (Apr 24):
 
 
* Week 11 (Apr 17):
 
 
 
* Week 12 (Apr 24)
 
  
* Week 13 (May 1):
+
* Week 12 (May 1):
  
 
== Labs ==
 
== Labs ==

รุ่นแก้ไขเมื่อ 01:24, 1 พฤษภาคม 2558

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 (Mar 27):
    • Estimation
    • Planning for the 2nd iteration
  • Week 8 (Apr 3):
  • Week 9 (Apr 10):
    • Planning for the 3rd iteration
    • Code smells
  • Week 11 (Apr 24):
  • Week 12 (May 1):

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