Difference between revisions of "SOEN6441 - fall 2011"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
Line 54: Line 54:
 
||
 
||
 
||
 
||
*[[image:CVS_eclipse.ppt|Using CVS in the eclipse environment]]
+
*[[Media:CVS_eclipse.ppt|Using CVS in the eclipse environment]]
 
*[[implementation|coding style and standards]]
 
*[[implementation|coding style and standards]]
*[[image:java_doc.ppt|inline documentation tools: javadoc]]
+
*[[Media:java_doc.ppt|inline documentation tools: javadoc]]
 
|-
 
|-
 
|| week 4
 
|| week 4
 
|| oct 3
 
|| oct 3
 
||
 
||
*[[image:Build1Grading.SOEN6441.2011.2.pdf|Project build 1 requirements/grading scheme]]
+
*[[Media:Build1Grading.SOEN6441.2011.2.pdf|Project build 1 requirements/grading scheme]]
 
||
 
||
*[[image:JUnit_eclipse.ppt|Using JUnit in Eclipse]]
+
*[[Media:JUnit_eclipse.ppt|Using JUnit in Eclipse]]
*[[image:JUnitTutorial.zip|Tutorial on JUnit in Eclipse]]
+
*[[Media:JUnitTutorial.zip|Tutorial on JUnit in Eclipse]]
 
|-
 
|-
 
|| week 5
 
|| week 5
Line 70: Line 70:
 
||
 
||
 
||
 
||
*[[image:Design patterns java.ppt|Design patterns in Java]]
+
*[[Media:Design patterns java.ppt|Design patterns in Java]]
 
|-
 
|-
 
|| week 6
 
|| week 6
Line 88: Line 88:
 
|| nov 7
 
|| nov 7
 
||
 
||
*[[image:Build2Grading.SOEN6441.2011.2.pdf|Project build 2 requirements/grading scheme]]
+
*[[Media:Build2Grading.SOEN6441.2011.2.pdf|Project build 2 requirements/grading scheme]]
 
||
 
||
 
*[[fault tolerance through exception handling]]
 
*[[fault tolerance through exception handling]]
Line 96: Line 96:
 
||
 
||
 
||
 
||
*[[image:QualityInCoding1.ppt|Quality in coding]]
+
*[[Media:QualityInCoding1.ppt|Quality in coding]]
*[[image:Refactoring.ppt|Refactoring]]
+
*[[Media:Refactoring.ppt|Refactoring]]
 
|-
 
|-
 
|| week 10
 
|| week 10
Line 108: Line 108:
 
|| nov 28
 
|| nov 28
 
||
 
||
*[[image:Build3Grading.SOEN6441.2011.2.pdf|Project build 3 requirements/grading scheme]]
+
*[[Media:Build3Grading.SOEN6441.2011.2.pdf|Project build 3 requirements/grading scheme]]
 
||
 
||
*[[image:SOEN6441.generics.ppt|Java Generics]]
+
*[[Media:SOEN6441.generics.ppt|Java Generics]]
 
|-
 
|-
 
|| week 12
 
|| week 12
Line 116: Line 116:
 
||
 
||
 
||
 
||
*[[image:Multithreading2.ppt|Multithreading in Java]]
+
*[[Media:Multithreading2.ppt|Multithreading in Java]]
*[[image:Tutorial_Multi-Thread.zip|Multithreading tutorial]]
+
*[[Media:Tutorial_Multi-Thread.zip|Multithreading tutorial]]
 
|-
 
|-
 
|| week 13
 
|| week 13
Line 134: Line 134:
 
==Course Material and Resources==
 
==Course Material and Resources==
  
*[[image:Syllabus.SOEN6441.paquet.2011.2.pdf|Course outline]]
+
*[[Media:Syllabus.SOEN6441.paquet.2011.2.pdf|Course outline]]
 
*Project Description
 
*Project Description
 
*[https://fis.encs.concordia.ca/eas/ ENCS Electronic Student Submission System]
 
*[https://fis.encs.concordia.ca/eas/ ENCS Electronic Student Submission System]

Revision as of 21:54, 14 November 2013

Contents

Course Description

SOEN 6441 - Advanced programming practices (4 credits)

Problems of writing and managing code. Managing complexity: programming process. Pragmatic Programming. Coding conventions, software documentation. Software configuration management. Advanced debugging techniques: program tracing, dynamic inspection and tools. Testing: coding techniques for testing software. Multithreading concurrency and distributed programming. Multi-language programming. A project. Laboratory: two hours per week. Note: Students who have received credit for COMP 6441 may not take this course for credit.

Course Schedule and Contacts

component day time location instructor e-mail address web page
lecture U M------ 14:45-17:30 H-423 Paquet, J. paquet@cse.concordia.ca
office hours ---T—-- 10:30-12:30 EV-3-221 Paquet, J.
lab hours UI M------ 12:45-14:35 H-817 Rana, R. r_ran@encs.concordia.ca link
lab hours UJ -T----- 17:45-19:35 H-817 Rabah, S. s_rabah@encs.concordia.ca link

Lecture Schedule

wk date event topics (tentative)
week 1 sep 12
  • introduction to the course & project
week 2 sep 19
week 3 sep 26
week 4 oct 3
week 5 oct 17
week 6 oct 24
  • midterm examination (no lecture)
  • [oct 30] Deadline for withdrawal
week 7 oct 31
week 8 nov 7
week 9 nov 14
week 10 nov 21
week 11 nov 28
week 12 dec 5
week 13 dec 6
exam week dec 7-22
  • final examination (19:00-22:00, Monday, December 12th, 2011, FGB060)

Course Material and Resources