Difference between revisions of "SOEN6441 - fall 2014"
From Dr. Joey Paquet Web Site
(→Lecture Schedule) |
(→Lecture Schedule) |
||
Line 54: | Line 54: | ||
|| | || | ||
|| | || | ||
− | *[[Media:SOEN6441.repository.ppt| | + | *[[Media:SOEN6441.repository.ppt|software repositories]] |
*[[implementation|<span style="color:#FF0000">coding style and standards]] | *[[implementation|<span style="color:#FF0000">coding style and standards]] | ||
*[[Media:java_doc.ppt|<span style="color:#FF0000">inline documentation tools: javadoc]] | *[[Media:java_doc.ppt|<span style="color:#FF0000">inline documentation tools: javadoc]] | ||
Line 61: | Line 61: | ||
|| oct 29 | || oct 29 | ||
|| | || | ||
− | *[[Media:Build1Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000"> | + | *[[Media:Build1Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">project build 1 requirements/grading scheme]] |
|| | || | ||
− | *[[Media:JUnit_eclipse.ppt|<span style="color:#FF0000"> | + | *[[Media:JUnit_eclipse.ppt|<span style="color:#FF0000">using JUnit in Eclipse]] |
− | *[[Media:JUnitTutorial.zip|<span style="color:#FF0000"> | + | *[[Media:JUnitTutorial.zip|<span style="color:#FF0000">tutorial on JUnit in Eclipse]] |
|- | |- | ||
|| week 5 | || week 5 | ||
Line 70: | Line 70: | ||
|| | || | ||
|| | || | ||
− | *[[Media:Design patterns java.ppt|<span style="color:#FF0000"> | + | *[[Media:Design patterns java.ppt|<span style="color:#FF0000">design patterns in Java]] |
|- | |- | ||
|| | || | ||
Line 94: | Line 94: | ||
|| nov 3 | || nov 3 | ||
|| | || | ||
− | *[[Media:Build2Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000"> | + | *[[Media:Build2Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">project build 2 requirements/grading scheme (to be updated!)]] |
|| | || | ||
*[[fault tolerance through exception handling|<span style="color:#FF0000">fault tolerance through exception handling]] | *[[fault tolerance through exception handling|<span style="color:#FF0000">fault tolerance through exception handling]] | ||
Line 102: | Line 102: | ||
|| | || | ||
|| | || | ||
− | *[[Media:QualityInCoding1.ppt|<span style="color:#FF0000"> | + | *[[Media:QualityInCoding1.ppt|<span style="color:#FF0000">quality in coding]] |
− | *[[Media:Refactoring.ppt|<span style="color:#FF0000"> | + | *[[Media:Refactoring.ppt|<span style="color:#FF0000">refactoring]] |
|- | |- | ||
|| week 10 | || week 10 | ||
Line 114: | Line 114: | ||
|| nov 24 | || nov 24 | ||
|| | || | ||
− | *[[Media:Build3Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000"> | + | *[[Media:Build3Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">project build 3 requirements/grading scheme]] |
|| | || | ||
− | *[[Media:SOEN6441.generics.ppt|<span style="color:#FF0000">Java | + | *[[Media:SOEN6441.generics.ppt|<span style="color:#FF0000">Java generics]] |
|- | |- | ||
|| week 12 | || week 12 | ||
Line 122: | Line 122: | ||
|| | || | ||
|| | || | ||
− | *[[Media:Multithreading2.ppt|<span style="color:#FF0000"> | + | *[[Media:Multithreading2.ppt|<span style="color:#FF0000">multithreading in Java]] |
*[[Media:Tutorial_Multi-Thread.zip|Multithreading tutorial]] | *[[Media:Tutorial_Multi-Thread.zip|Multithreading tutorial]] | ||
|- | |- |
Revision as of 11:14, 3 September 2014
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-431 | Paquet, J. | paquet@encs.concordia.ca | |
office hours D | --W-—-- | 11:00-13:00 | EV-3-221 | Paquet, J. | ||
lab hours UI | M------ | 12:45-14:35 | H-929 | TBA | ||
lab hours UJ | -T----- | 17:45-19:35 | H-929 | Ricci, D. | da_ricci@encs.concordia.ca |
Lecture Schedule
NOTE: Links in red are pointing to last year's material and will be updated as the semester proceeds.
wk | date | event | topics (tentative) |
---|---|---|---|
week 1 | sep 8 | ||
week 2 | sep 15 |
|
|
week 3 | sep 22 | ||
week 4 | oct 29 | ||
week 5 | oct 6 | ||
oct 13 |
|
||
week 6 | oct 20 |
|
|
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 8 | ||
exam week | dec 3-18 |
|
Course Material and Resources