ICSG707 Programming Practices Spring 973
What's New
- May 12th: Added final assignment specifics to group project
- April 24th: Changed due date for Design of group project
- April 21st: Added Design document assignment specifics
- April 5th:
- Updated this page with dates for SRS doc. for group
project.
- updated Projects NOTE to talk about document
deliverables.
- March 31th: Added Group project and SRS requirements
- Modified the SRS document from the one printed out
to specify what needs to be turned in at
the end of the project.
- March 20th: Added Project 2
- March 18th: Added note for Project1
- March. 11th: Added Project 1
- March. 7th: New quarter
Syllabus
Projects
NOTE all Code projects are electronically submitted and are due
at midnight on the specified date.
NOTE all document projects are due to me in class on the due
date.
Exams
The planned date for the exam is during week 7
Planned date is April 22nd
Documents/Class Notes
- When it comes to programming standards, I am not to
particular on the coding
style that you use. In class I will pass out one version of ANSI C
standards, but this is only a guideline for
how I want your code to look. Specifically I want your code to be neat,
clear, and consistant. I will be looking for some things no matter what
style you use:
- program file headers with
- The program title
- Your name
- Any other contributors to the program (if you received help
writting this program from any other source besides me, I want it
documented).
- A description of the function of the program
- Any command line inputs/arguments
- Reasonable length functions
- Function and class headers
- Clear and consistant indentation
- Side note, make sure your NAME
is on every document and file you send to me.
Phil's home Page