CMSC 22001: Software Construction

    University of Chicago
    Computer Science Department
    Winter 2017
     

 



      Basic Information
      Announcement
      Overview
      Readings
      Project
      Exam
      Grading
      Mailing List
      Schedule


    Basic Information

      When
      • 10:30--11:50pm Tu/Th
      Where
      • Ryerson 251
      Instructor: Professor Shan Lu (shanlu@cs....); RY 257-A; office hour: Tu/Th 4:15--5:00pm @ Ry 257-A.
      TA:
      • Zewei Chu (zeweichu@cs.uchicago...) office hour: 3:30--5:30pm, Friday, CSIL3.
      • Hua Li (hli5@uchicago...) office hour: 4:00--6:00pm, Thursday, CSIL3.

    Announcement

      3/14 10:30 -- 12:30pm Final Exam @ Ry 251.

    Stats, Notes, Useful Info.


    Overview

      Welcome to Software Construction! In this course, we will study a number of interesting topics including software processes, requirement engineering, software architecture and component design, software testing, debugging, and software maintenance.

      This course assumes familiarity with basic programming skills and data structures. Some background in object-oriented programming (e.g., C++ or Java) is not required, but would be good to have. You will need to program in a 6 -- 8 people team.


    Schedule

      This is a tentative schedule.

      01/03 Introduction, Software Processes [notes] 01/05 Agile, Extreme Programming, Project Discussion [notes]
      01/10 Requirement Engineering & System Modeling I [notes] 01/12 Requirement Engineering & System Modeling II [notes]
      01/17 System Modeling III [notes] 01/19 Architectural Design [notes]
      01/24 Testing 1 [notes] 01/26 Testing 2 [notes]
      01/31 Code Smell [notes] 02/02 Refactoring [notes]
      02/07 Midterm 02/09 Software Maintenance [notes] OO and Design Patterns I (Observer) [notes ]
      02/14 Design Patterns II (Composite, Interpreter, Strategy) [notes ] 02/16 Design Patterns III [notes ]
      02/21 Bugs and Bug Detection [notes ] 02/23 Bugs and Bug Detection [notes ]
      02/28 Parallel Software Construction I [notes] 03/02 Parallel Software Construction II [notes]
      03/07 Parallel & Distributed Software III [notes] 03/09 No Class (Reading Period)


    Materials


    Projects

      This is a tentative version.

      You will do a warm-up project by yourself with the due day on 01/26. More information about this warm-up project will be posted during the second week of the quarter.

      You will propose a project and develop it following the process learned in the class with your teammates.
      Your project will go through the following milestones, with every milestone being graded.
      More details will be announced later.

      • Milestone 1 (01/17): proposing a project, with requirement details and user stories written down (group of 2--3 people);
      • Milestone 2 (02/02): requirement validation and project planning, with development team and plans set up (group of 6--8 people);
      • Milestone 3 (02/10, 02/17): 1st development iteration, with unit test cases to show progress (group of 6--8 people);
      • Milestone 4 (02/24, 03/03): 2nd development iteration, with unit test cases to show progress (group of 6--8 people);
      • Milestone 5 (03/08): system testing and documentation (group of 6--8 people);
      • Milestone 6 (03/13): acceptance testing (groups testing each other's projects).


    Exam

      There will be an in-lecture mid-term exam and a final exam.


    Grading

      This is a tentative scheme.

      Warm-Up Project 8%
      Project 45%
      Quizzes 7%
      Mid-Term exam 20%
      Final exam 20%










    Mailing List

      TBA