CSC/ECE 517 Fall 2007/wiki3 4 rl: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 5: Line 5:
TODO: Write up intro, mention that there's not a lot of resources on this and lots of overlap between my description sites and example sites, be sure to pick a "best to present to class" from examples.
TODO: Write up intro, mention that there's not a lot of resources on this and lots of overlap between my description sites and example sites, be sure to pick a "best to present to class" from examples.


=Description Sites=
=Interface Segregation Principle Resources on the Web=


The sites below offer the best descriptions of the Interface Segregation Principle found on the web.
Following is a catalog of the best Interface Segregegation Principle Resources on the Web. Those containing useful examples are marked with an XXX and include a description of the example.


<hr>
<hr>

Revision as of 14:49, 13 November 2007

Assignment

Take the Interface Segregation principle and catalog the information on it available on the Web. We didn't cover it in class, but you can look it up on the Web or in the ACM DL. Find good descriptions and good, concise, understandable examples. Tell which you consider the best to present to a class.

Introduction

TODO: Write up intro, mention that there's not a lot of resources on this and lots of overlap between my description sites and example sites, be sure to pick a "best to present to class" from examples.

Interface Segregation Principle Resources on the Web

Following is a catalog of the best Interface Segregegation Principle Resources on the Web. Those containing useful examples are marked with an XXX and include a description of the example.


http://www.objectmentor.com/resources/articles/isp.pdf
This article, "The Interface Segregation Principle," is the seminal work on ISP.

Example Sites

References

  1. The Interface Segregation Principle