Difference between revisions of "SOEN6441 - fall 2019"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
Line 75: Line 75:
 
||
 
||
 
*[[Media:SOEN6441.7.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:ClockObserverDemoJavaObserver.zip|source code for Observer example using (deprecated) Java Observer/Observable]]
 +
*[[Media:ClockObserverDemo.zip|source code for Observer example]]
 
|-
 
|-
 
|| week 6
 
|| week 6

Revision as of 11:02, 1 November 2019

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 name e-mail address
lecture W ----F--- 13:15-16:00 FG-B-060 Joey Paquet paquet@encs.concordia.ca
instructor's office hours --W----- 10:00-12:00 EV-3-221 Joey Paquet
lab W WI ---J---- 11:45-13:35 H-907 Sadaf Najam sadaf.najam91@gmail.com
lab W WJ ----F--- 17:45-19:35 H-967 Sadaf Najam sadaf.najam91@gmail.com
lab W WK ----F--- 17:45-19:35 H-823 Jashan Sekhon sekhonjashan@gmail.com
marker Sadaf Najam sadaf.najam91@gmail.com
marker Jashan Sekhon sekhonjashan@gmail.com

Lecture Schedule

wk date event topic
week 1 sept 6
week 2 sept 13
  • team lists due - sept 15
week 3 sept 20
week 4 sept 27
week 5 oct 4
week 6 oct 11
week 7 oct 18
week 8 oct 25
week 9 nov 1
  • deadline for withdrawal (nov 4)
week 10 nov 8
week 11 nov 15
week 12 nov 22
week 13 nov 29
exam week dec 5 - dec 19
  • final examination (final) (dec 19 15h00-18h00 tentative)

Course Material and Resources