Difference between revisions of "SOEN6441 - fall 2018"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
Line 35: Line 35:
 
*[[Media:Project.SOEN6441.2018.2.pdf|project description (handout)]]
 
*[[Media:Project.SOEN6441.2018.2.pdf|project description (handout)]]
 
||  
 
||  
*[[Media:SOEN6441.introduction.ppt|introduction to the course & project]]
+
*[[Media:SOEN6441.0.introduction.ppt|introduction to the course & project]]
 
|-
 
|-
 
|| week 2
 
|| week 2
Line 42: Line 42:
 
*[sept 15] team lists due
 
*[sept 15] team lists due
 
||
 
||
*[[Media:SOEN6441.process.ppt|software development process]]
+
*[[Media:SOEN6441.1.process.ppt|software development process]]
*[[Media:SOEN6441.extremeprogramming.ppt|extreme programming]]
+
*[[Media:SOEN6441.2.extremeprogramming.ppt|extreme programming]]
 
|-
 
|-
 
|| week 3
 
|| week 3
Line 49: Line 49:
 
||
 
||
 
||
 
||
*[[Media:SOEN6441.repository.ppt|software repositories]]
+
*[[Media:SOEN6441.3.repository.ppt|software repositories]]
*[[Media:SOEN6441.conventions.ppt|coding conventions]]
+
*[[Media:SOEN6441.4.conventions.ppt|coding conventions]]
 
|-
 
|-
 
|| week 4
 
|| week 4
Line 57: Line 57:
 
*[[Media:Build1Grading.SOEN6441.2018.2.pdf|project build 1 requirements/grading scheme (handout)]]
 
*[[Media:Build1Grading.SOEN6441.2018.2.pdf|project build 1 requirements/grading scheme (handout)]]
 
||
 
||
*[[Media:SOEN6441.apidocgen.ppt|API documentation generation tools: Javadoc]]
+
*[[Media:SOEN6441.5.apidocgen.ppt|API documentation generation tools: Javadoc]]
*[[Media:SOEN6441.unittesting.ppt|unit testing frameworks: JUnit]]
+
*[[Media:SOEN6441.6.unittesting.ppt|unit testing frameworks: JUnit]]
 
*[[Media:JUnit3and4.zip|JUnit examples from the slides]]
 
*[[Media:JUnit3and4.zip|JUnit examples from the slides]]
 
*[[Media:JUnitTutorial.zip|tutorial on JUnit in Eclipse]]
 
*[[Media:JUnitTutorial.zip|tutorial on JUnit in Eclipse]]
Line 66: Line 66:
 
||
 
||
 
||
 
||
*[[Media:SOEN6441.MVC.ppt|model view controller architecture and observer pattern]]
+
*[[Media:SOEN6441.7.MVC.ppt|model view controller architecture and observer pattern]]
 
*[[Media:ClockObserverDemo.zip|source code for observer example]]
 
*[[Media:ClockObserverDemo.zip|source code for observer example]]
 
|-
 
|-
Line 74: Line 74:
 
*midterm examination (oct 13 - 13h00-15h30 - H435, H535)
 
*midterm examination (oct 13 - 13h00-15h30 - H435, H535)
 
||
 
||
 +
*[[Media:SOEN6441.8.refactoring.ppt|model view controller architecture and observer pattern]]
 
|-
 
|-
 
|| week 7
 
|| week 7
Line 86: Line 87:
 
*[[Media:Build2Grading.SOEN6441.2018.2.pdf|project build 2 requirements/grading scheme (handout)]]
 
*[[Media:Build2Grading.SOEN6441.2018.2.pdf|project build 2 requirements/grading scheme (handout)]]
 
||
 
||
*[[Media:SOEN6441.patterns.ppt|design patterns in Java]]
+
*[[Media:SOEN6441.9.patterns.ppt|design patterns in Java]]
 
*[[Media:Java Patterns.zip|source code for pattern examples]]
 
*[[Media:Java Patterns.zip|source code for pattern examples]]
 
|-
 
|-
Line 106: Line 107:
 
*[[Media:Build3Grading.SOEN6441.2018.2.zip|project build 3 requirements/grading scheme (handout)]]
 
*[[Media:Build3Grading.SOEN6441.2018.2.zip|project build 3 requirements/grading scheme (handout)]]
 
||
 
||
*[[Media:SOEN6441.exceptions.ppt|fault tolerance through exception handling]]
+
*[[Media:SOEN6441.10.exceptions.ppt|fault tolerance through exception handling]]
 
*[[Media:SOEN6441.code.exceptions.zip|source code for exception examples]]
 
*[[Media:SOEN6441.code.exceptions.zip|source code for exception examples]]
 
|-
 
|-
Line 113: Line 114:
 
||
 
||
 
||
 
||
*[[Media:SOEN6441.generics.ppt|Java generics]]
+
*[[Media:SOEN6441.11.generics.ppt|Java generics]]
 
*[[Media:SOEN6441.code.generics.zip|source code for Java generics examples]]
 
*[[Media:SOEN6441.code.generics.zip|source code for Java generics examples]]
 
|-
 
|-

Revision as of 11:41, 7 September 2018

Contents

Course Description

SOEN 6441 - Advanced programming practices (4 credits)

Problems of writing and managing code. Managing code complexity and quality through a programming process. Coding conventions. Inline software documentation. Software configuration management. Tools and techniques for testing software. Multithreading concurrency. Code reuse in software development. Quality in coding, fault tolerance. A project. Laboratory: two hours per week.

Course Schedule and Contacts

component day time location instructor e-mail address
lecture U ---J--- 14:45-17:30 GN M 100 Paquet, Joey paquet@encs.concordia.ca
lecture W ----F-- 13:15-16:00 H 633 Paquet, Joey paquet@encs.concordia.ca
office hours --W----- 10:00-12:00 EV 3.221 Paquet, Joey

Lecture Schedule

wk date event topic
week 1 sept 6,7
week 2 sept 13,14
  • [sept 15] team lists due
week 3 sept 20,21
week 4 sept 27,28
week 5 oct 4,5
week 6 oct 11,12
  • midterm examination (oct 13 - 13h00-15h30 - H435, H535)
week 7 oct 18,19,20
week 8 oct 25,26
week 9 nov 1,2
  • [nov 5] deadline for withdrawal
week 10 nov 8,9,10
week 11 nov 15,16
week 12 nov 22,23
week 13 nov 29,30, dec 1
exam week dec 5 - dec 19
  • final examination - TBD

Course Material and Resources