Difference between revisions of "SOEN6441 - fall 2011"
From Dr. Joey Paquet Web Site
(→Lecture Schedule) |
|||
Line 54: | Line 54: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:CVS_eclipse.ppt|Using CVS in the eclipse environment]] |
*[[implementation|coding style and standards]] | *[[implementation|coding style and standards]] | ||
− | *[[ | + | *[[Media:java_doc.ppt|inline documentation tools: javadoc]] |
|- | |- | ||
|| week 4 | || week 4 | ||
|| oct 3 | || oct 3 | ||
|| | || | ||
− | *[[ | + | *[[Media:Build1Grading.SOEN6441.2011.2.pdf|Project build 1 requirements/grading scheme]] |
|| | || | ||
− | *[[ | + | *[[Media:JUnit_eclipse.ppt|Using JUnit in Eclipse]] |
− | *[[ | + | *[[Media:JUnitTutorial.zip|Tutorial on JUnit in Eclipse]] |
|- | |- | ||
|| week 5 | || week 5 | ||
Line 70: | Line 70: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:Design patterns java.ppt|Design patterns in Java]] |
|- | |- | ||
|| week 6 | || week 6 | ||
Line 88: | Line 88: | ||
|| nov 7 | || nov 7 | ||
|| | || | ||
− | *[[ | + | *[[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: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:QualityInCoding1.ppt|Quality in coding]] |
− | *[[ | + | *[[Media:Refactoring.ppt|Refactoring]] |
|- | |- | ||
|| week 10 | || week 10 | ||
Line 108: | Line 108: | ||
|| nov 28 | || nov 28 | ||
|| | || | ||
− | *[[ | + | *[[Media:Build3Grading.SOEN6441.2011.2.pdf|Project build 3 requirements/grading scheme]] |
|| | || | ||
− | *[[ | + | *[[Media:SOEN6441.generics.ppt|Java Generics]] |
|- | |- | ||
|| week 12 | || week 12 | ||
Line 116: | Line 116: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:Multithreading2.ppt|Multithreading in Java]] |
− | *[[ | + | *[[Media:Tutorial_Multi-Thread.zip|Multithreading tutorial]] |
|- | |- | ||
|| week 13 | || week 13 | ||
Line 134: | Line 134: | ||
==Course Material and Resources== | ==Course Material and Resources== | ||
− | *[[ | + | *[[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 20: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 |
| |
week 2 | sep 19 |
|
|
week 3 | sep 26 | ||
week 4 | oct 3 | ||
week 5 | oct 17 | ||
week 6 | oct 24 |
|
|
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 |
|
Course Material and Resources
- Course outline
- Project Description
- ENCS Electronic Student Submission System