Difference between revisions of "SOEN6441 - fall 2019"
From Dr. Joey Paquet Web Site
(Created page with "==Course Description== '''SOEN 6441 - Advanced programming practices''' (4 credits) Problems of writing and managing code. Managing code complexity and quality through a pro...") |
(→Lecture Schedule) |
||
(28 intermediate revisions by one user not shown) | |||
Line 15: | Line 15: | ||
! {{tableHeaderCell}} | e-mail address | ! {{tableHeaderCell}} | e-mail address | ||
|- | |- | ||
− | || lecture | + | || lecture W || <tt>----F---</tt> || <tt>13:15-16:00</tt> || <tt>FG-B-060</tt> || Joey Paquet || <tt>paquet@encs.concordia.ca</tt> |
|- | |- | ||
− | || instructor's office hours || <tt>--W-----</tt> || <tt>10:00-12:00</tt> || <tt>EV 3 | + | || instructor's office hours || <tt>--W-----</tt> || <tt>10:00-12:00</tt> || <tt>EV-3-221</tt> || Joey Paquet || |
|- | |- | ||
− | || lab | + | || lab W WI || <tt>---J----</tt> || <tt>11:45-13:35</tt> || <tt>H-907</tt> || Sadaf Najam || <tt>sadaf.najam91@gmail.com</tt> |
|- | |- | ||
− | || lab | + | || lab W WJ || <tt>----F---</tt> || <tt>17:45-19:35</tt> || <tt>H-967</tt> || Sadaf Najam || <tt>sadaf.najam91@gmail.com</tt> |
|- | |- | ||
− | || lab | + | || lab W WK || <tt>----F---</tt> || <tt>17:45-19:35</tt> || <tt>H-823</tt> || Jashan Sekhon || <tt>sekhonjashan@gmail.com</tt> |
|- | |- | ||
− | || marker || || || | + | || marker || || || || Sadaf Najam || <tt>sadaf.najam91@gmail.com</tt> |
|- | |- | ||
− | || marker || || || | + | || marker || || || || Jashan Sekhon || <tt>sekhonjashan@gmail.com</tt> |
|} | |} | ||
Line 39: | Line 39: | ||
|- | |- | ||
|| week 1 | || week 1 | ||
− | || sept | + | || sept 6 |
|| | || | ||
− | *project description (handout) | + | *[[Media:Project.SOEN6441.2019.2.pdf|project description (handout)]] |
|| | || | ||
*[[Media:SOEN6441.0.introduction.ppt|introduction to the course & project]] | *[[Media:SOEN6441.0.introduction.ppt|introduction to the course & project]] | ||
|- | |- | ||
|| week 2 | || week 2 | ||
− | || sept | + | || sept 13 |
|| | || | ||
− | *team lists due - sept | + | *team lists due - sept 15 |
|| | || | ||
*[[Media:SOEN6441.1.process.ppt|software development process]] | *[[Media:SOEN6441.1.process.ppt|software development process]] | ||
Line 54: | Line 54: | ||
|- | |- | ||
|| week 3 | || week 3 | ||
− | || sept | + | || sept 20 |
|| | || | ||
|| | || | ||
Line 61: | Line 61: | ||
|- | |- | ||
|| week 4 | || week 4 | ||
− | || sept | + | || sept 27 |
|| | || | ||
− | *project build 1 requirements/grading scheme (handout) | + | *[[Media:Build1Grading.SOEN6441.2019.2.pdf|project build 1 requirements/grading scheme (handout)]] |
|| | || | ||
*[[Media:SOEN6441.5.apidocgen.ppt|API documentation generation tools: Javadoc]] | *[[Media:SOEN6441.5.apidocgen.ppt|API documentation generation tools: Javadoc]] | ||
Line 71: | Line 71: | ||
|- | |- | ||
|| week 5 | || week 5 | ||
− | || oct | + | || oct 4 |
|| | || | ||
|| | || | ||
*[[Media:SOEN6441.7.MVC.ppt|model view controller architecture and observer pattern]] | *[[Media:SOEN6441.7.MVC.ppt|model view controller architecture and observer pattern]] | ||
− | *[[Media:ClockObserverDemo.zip|source code for | + | *[[Media:ClockObserverDemoJavaObserver.zip|source code for Observer example using (deprecated) Java Observer/Observable]] |
+ | *[[Media:ClockObserverDemo.zip|source code for Observer example]] | ||
|- | |- | ||
|| week 6 | || week 6 | ||
− | || oct | + | || oct 11 |
− | || | + | || |
− | *midterm examination | + | *midterm examination <br>[[Media:grades.midterm.online.SOEN6441.paquet.2019.2.pdf|results]] |
|| | || | ||
|- | |- | ||
|| week 7 | || week 7 | ||
− | || oct | + | || oct 18 |
|| | || | ||
− | *project build 1 due (oct | + | *[[SOEN6441 fall 2019 build 1 schedule|project build 1 due (oct 17,18 - presentations - no lecture)]] <br>[[Media:grades.build1.online.SOEN6441.paquet.2019.2.pdf|results]] |
|| | || | ||
|- | |- | ||
|| week 8 | || week 8 | ||
− | || oct 25 | + | || oct 25 |
|| | || | ||
− | *project build 2 requirements/grading scheme (handout) | + | *[[Media:Build2Grading.SOEN6441.2019.2.pdf|project build 2 requirements/grading scheme (handout)]] |
|| | || | ||
*[[Media:SOEN6441.8.refactoring.ppt|refactoring]] | *[[Media:SOEN6441.8.refactoring.ppt|refactoring]] | ||
Line 99: | Line 100: | ||
|- | |- | ||
|| week 9 | || week 9 | ||
− | || | + | || nov 1 |
|| | || | ||
*deadline for withdrawal (nov 4) | *deadline for withdrawal (nov 4) | ||
Line 105: | Line 106: | ||
|- | |- | ||
|| week 10 | || week 10 | ||
− | || nov | + | || nov 8 |
|| | || | ||
− | *project build 2 due (nov | + | *[[project build 2 due (nov 6,7,8 - presentations - no lecture)]] <br>[[Media:grades.build2.online.SOEN6441.paquet.2019.2.pdf|results]] |
|| | || | ||
|- | |- | ||
|| week 11 | || week 11 | ||
− | || nov | + | || nov 15 |
|| | || | ||
− | *project build 3 requirements/grading scheme (handout) | + | *[[Media:Build3Grading.SOEN6441.2019.2.pdf|project build 3 requirements/grading scheme (handout)]] |
|| | || | ||
*[[Media:SOEN6441.10.exceptions.ppt|fault tolerance through exception handling]] | *[[Media:SOEN6441.10.exceptions.ppt|fault tolerance through exception handling]] | ||
Line 119: | Line 120: | ||
|- | |- | ||
|| week 12 | || week 12 | ||
− | || nov | + | || nov 22 |
|| | || | ||
|| | || | ||
Line 126: | Line 127: | ||
|- | |- | ||
|| week 13 | || week 13 | ||
− | || nov | + | || nov 29 |
|| | || | ||
− | *project build 3 due (nov | + | *[[SOEN6441 fall 2019 build 3 schedule|project build 3 due (nov 28, 29 - presentations - no lecture)]] <br>[[Media:grades.build3.online.SOEN6441.paquet.2019.2.pdf|results]] |
|| | || | ||
|- | |- | ||
Line 134: | Line 135: | ||
||dec 5 - dec 19 | ||dec 5 - dec 19 | ||
|| | || | ||
− | *final examination ( | + | *final examination (dec 19 15h00-18h00 FGB080 & FGC080 - confirmed)<br>[[Media:Grades.final.online.SOEN6441.paquet.2019.2.pdf|results]] |
|| | || | ||
|} | |} | ||
Line 143: | Line 144: | ||
*[[SOEN6441 fall 2019 teams|project teams]] | *[[SOEN6441 fall 2019 teams|project teams]] | ||
*[https://fis.encs.concordia.ca/eas/ ENCS Electronic Student Submission System] | *[https://fis.encs.concordia.ca/eas/ ENCS Electronic Student Submission System] | ||
− | *[https://www.concordia.ca/ginacody/students/course-schedules/fall | + | *[https://www.concordia.ca/ginacody/students/course-schedules/fall-2019-2020.html ENCS Lectures and Labs Schedules ] |
Latest revision as of 08:03, 23 December 2019
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 | name | e-mail address |
---|---|---|---|---|---|
lecture W | ----F--- | 13:15-16:00 | FG-B-060 | Joey Paquet | paquet@encs.concordia.ca |
instructor's office hours | --W----- | 10:00-12:00 | EV-3-221 | Joey Paquet | |
lab W WI | ---J---- | 11:45-13:35 | H-907 | Sadaf Najam | sadaf.najam91@gmail.com |
lab W WJ | ----F--- | 17:45-19:35 | H-967 | Sadaf Najam | sadaf.najam91@gmail.com |
lab W WK | ----F--- | 17:45-19:35 | H-823 | Jashan Sekhon | sekhonjashan@gmail.com |
marker | Sadaf Najam | sadaf.najam91@gmail.com | |||
marker | Jashan Sekhon | sekhonjashan@gmail.com |
Lecture Schedule
wk | date | event | topic |
---|---|---|---|
week 1 | sept 6 | ||
week 2 | sept 13 |
|
|
week 3 | sept 20 | ||
week 4 | sept 27 | ||
week 5 | oct 4 | ||
week 6 | oct 11 |
|
|
week 7 | oct 18 | ||
week 8 | oct 25 | ||
week 9 | nov 1 |
|
|
week 10 | nov 8 | ||
week 11 | nov 15 | ||
week 12 | nov 22 | ||
week 13 | nov 29 | ||
exam week | dec 5 - dec 19 |
|