Difference between revisions of "SOEN6441 - fall 2014"
From Dr. Joey Paquet Web Site
(→Lecture Schedule) |
(→Lecture Schedule) |
||
Line 46: | Line 46: | ||
|| | || | ||
*[[extreme programming|<span style="color:#FF0000">extreme programming]] | *[[extreme programming|<span style="color:#FF0000">extreme programming]] | ||
− | *[[<span style="color:#FF0000">incremental models|incremental software development]] | + | *[[incremental models|incremental software development|<span style="color:#FF0000">incremental models|incremental software development]] |
− | *[[<span style="color:#FF0000"> | + | *[[agile software development|<span style="color:#FF0000">agile vs predictive methods]] |
|- | |- | ||
|| week 3 | || week 3 | ||
Line 54: | Line 54: | ||
|| | || | ||
*[[Media:SOEN6441.repository.ppt|Software repositories]] | *[[Media:SOEN6441.repository.ppt|Software repositories]] | ||
− | *[[<span style="color:#FF0000"> | + | *[[implementation|<span style="color:#FF0000">coding style and standards]] |
− | *[[<span style="color:#FF0000"> | + | *[[Media:java_doc.ppt|<span style="color:#FF0000">inline documentation tools: javadoc]] |
|- | |- | ||
|| week 4 | || week 4 | ||
|| oct 29 | || oct 29 | ||
|| | || | ||
− | *[[ | + | *[[Media:Build1Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">Project build 1 requirements/grading scheme]] |
|| | || | ||
− | *[[<span style="color:#FF0000"> | + | *[[Media:JUnit_eclipse.ppt|<span style="color:#FF0000">Using JUnit in Eclipse]] |
− | *[[<span style="color:#FF0000"> | + | *[[Media:JUnitTutorial.zip|<span style="color:#FF0000">Tutorial on JUnit in Eclipse]] |
|- | |- | ||
|| week 5 | || week 5 | ||
Line 87: | Line 87: | ||
|| oct 27 | || oct 27 | ||
|| | || | ||
− | *[[<span style="color:#FF0000"> | + | *[[Project build 1 presentations schedule SOEN6411 Fall 2011|<span style="color:#FF0000">project build 1 due (presentations-no lecture)]] |
|| | || | ||
|- | |- | ||
Line 93: | Line 93: | ||
|| nov 3 | || nov 3 | ||
|| | || | ||
− | *[[ | + | *[[Media:Build2Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">Project build 2 requirements/grading scheme (to be updated!)]] |
|| | || | ||
− | *[[<span style="color:#FF0000">fault tolerance through exception handling]] | + | *[[fault tolerance through exception handling|<span style="color:#FF0000">fault tolerance through exception handling]] |
|- | |- | ||
|| week 9 | || week 9 | ||
Line 101: | Line 101: | ||
|| | || | ||
|| | || | ||
− | *[[<span style="color:#FF0000"> | + | *[[Media:QualityInCoding1.ppt|<span style="color:#FF0000">Quality in coding]] |
− | *[[<span style="color:#FF0000"> | + | *[[Media:Refactoring.ppt|<span style="color:#FF0000">Refactoring]] |
|- | |- | ||
|| week 10 | || week 10 | ||
|| nov 17 | || nov 17 | ||
|| | || | ||
− | *[[<span style="color:#FF0000"> | + | *[[Project build 2 presentations schedule SOEN6441 Fall 2011|<span style="color:#FF0000">project build 2 due (presentations-no lecture)]] |
|| | || | ||
|- | |- | ||
Line 113: | Line 113: | ||
|| nov 24 | || nov 24 | ||
|| | || | ||
− | *[[ | + | *[[Media:Build3Grading.SOEN6441.2011.2.pdf|<span style="color:#FF0000">Project build 3 requirements/grading scheme]] |
|| | || | ||
− | *[[<span style="color:#FF0000"> | + | *[[Media:SOEN6441.generics.ppt|<span style="color:#FF0000">Java Generics]] |
|- | |- | ||
|| week 12 | || week 12 | ||
Line 121: | Line 121: | ||
|| | || | ||
|| | || | ||
− | *[[<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]] | ||
|- | |- | ||
Line 127: | Line 127: | ||
|| dec 8 | || dec 8 | ||
|| | || | ||
− | *[[<span style="color:#FF0000"> | + | *[[Project final build presentations schedule SOEN6441 Fall 2011|<span style="color:#FF0000">project build 3 due (presentation)(to be updated!)]] |
|| | || | ||
|- | |- |
Revision as of 11:10, 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
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