CS 5010 Module 05

Module Overview

Many function definitions differ only in small ways. This can lead to duplication of effort as you develop a program. We will identify techniques to minimize this duplication of effort. Eliminating duplication has many benefits: besides saving effort during coding, it creates single points of control, so each bug need be fixed only once; and it greatly eases maintenance and modification of your codebase.

Course Map

course map, week 05

Readings

Part III from the textbook.

Resources

Lessons and Guided Practices

Problem Set

Problem Set 05 was assigned on Monday, 15 February.


Last modified: Tue Feb 16 2016