Difference between revisions of "SOEN6441 - fall 2014"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
 
(14 intermediate revisions by one user not shown)
Line 95: Line 95:
 
|| nov 3
 
|| nov 3
 
||
 
||
*[[Media:Build2Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">project build 2 requirements/grading scheme]]
+
*[[Media:Build2Grading.SOEN6441.2014.2.pdf|project build 2 requirements/grading scheme]]
 
||
 
||
 
*[[Media:SOEN6441.patterns.ppt|design patterns in Java]]
 
*[[Media:SOEN6441.patterns.ppt|design patterns in Java]]
 
*[[Media:Java Patterns.zip|source code for pattern examples]]
 
*[[Media:Java Patterns.zip|source code for pattern examples]]
*[[fault tolerance through exception handling|<span style="color:#FF0000">fault tolerance through exception handling]]
 
 
|-
 
|-
 
|| week 9
 
|| week 9
Line 105: Line 104:
 
||
 
||
 
||
 
||
*[[Media:QualityInCoding1.ppt|<span style="color:#FF0000">quality in coding]]
+
*[[Media:SOEN6441.codeQuality.ppt|code quality]]
*[[Media:Refactoring.ppt|<span style="color:#FF0000">refactoring]]
+
*[[Media:SOEN6441.refactoring.ppt|refactoring]]
 
|-
 
|-
 
|| week 10
 
|| week 10
 
|| nov 17
 
|| nov 17
 
||
 
||
*[[Project build 2 presentations schedule SOEN6441 Fall 2011|<span style="color:#FF0000">project build 2 due (presentations-no lecture)]]
+
*[[Project build 2 presentations schedule SOEN6411 Fall 2014|project build 2 due (presentations-no lecture)]]
 
||
 
||
 
|-
 
|-
Line 117: Line 116:
 
|| nov 24
 
|| nov 24
 
||
 
||
*[[Media:Build3Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">project build 3 requirements/grading scheme]]
+
*[[Media:Build3Grading.SOEN6441.2014.2.pdf|project build 3 requirements/grading scheme]]
 
||
 
||
*[[Media:SOEN6441.generics.ppt|<span style="color:#FF0000">Java generics]]
+
*[[Media:SOEN6441.exceptions.ppt|fault tolerance through exception handling]]
 +
*[[Media:SOEN6441.code.exceptions.zip|source code for exception examples]]
 
|-
 
|-
 
|| week 12
 
|| week 12
Line 125: Line 125:
 
||
 
||
 
||
 
||
*[[Media:Multithreading2.ppt|<span style="color:#FF0000">multithreading in Java]]
+
*[[Media:SOEN6441.generics.ppt|Java generics]]
*[[Media:Tutorial_Multi-Thread.zip|Multithreading tutorial]]
+
*[[Media:SOEN6441.code.generics.zip|source code for Java generics examples]]
 
|-
 
|-
 
|| week 13
 
|| week 13
 
|| dec 2
 
|| dec 2
 
||
 
||
*[[Project final build presentations schedule SOEN6441 Fall 2011|<span style="color:#FF0000">project build 3 due (presentation)]]
+
*[[Project final build presentations schedule SOEN6441 Fall 2014|project build 3 due (presentation)]]
 
||
 
||
 
|-
 
|-
Line 137: Line 137:
 
|| dec 3-18
 
|| dec 3-18
 
||
 
||
*final examination (tentative - december 8th, 14h00-17h00)
+
*final examination (December 8th 2014, 14h00-17h00, FGC070 -- confirmed)
 
||
 
||
 
|}
 
|}

Latest revision as of 15:29, 1 December 2014

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 web page
lecture U M------ 14:45-17:30 H-431 Paquet, Joey paquet@encs.concordia.ca
office hours D ---—F-- 10:00-12:00 EV-3-221 Paquet, Joey
lab hours UI M------ 12:45-14:35 H-929 Patel, Jaiminkumar jai_p@encs.concordia.ca
lab hours UJ -T----- 17:45-19:35 H-929 Ricci, Daniel da_ricci@encs.concordia.ca

Lecture Schedule

NOTE: Links in red are pointing to previous material and will be updated as the semester proceeds.

wk date event topics (tentative)
week 1 sep 8
week 2 sep 15
  • [sep 19] team lists due
week 3 sep 22
week 4 oct 29
week 5 oct 6
oct 13
  • Thanksgiving, University closed
week 6 oct 20
  • midterm examination (no lecture)
  • [oct 26] Deadline for withdrawal
week 7 oct 27
week 8 nov 3
week 9 nov 10
week 10 nov 17
week 11 nov 24
week 12 dec 1
week 13 dec 2
exam week dec 3-18
  • final examination (December 8th 2014, 14h00-17h00, FGC070 -- confirmed)

Course Material and Resources