Main Page
From CSSEMediaWiki
(Difference between revisions)
(→Things to Think About) |
|||
Line 23: | Line 23: | ||
* [[media:DeMarco.pdf|Software Engineering: An Idea Whose Time Has Come and Gone?]] (PDF) | * [[media:DeMarco.pdf|Software Engineering: An Idea Whose Time Has Come and Gone?]] (PDF) | ||
* [http://doc.cat-v.org/programming/bad_properties_of_OO Bad Engineering Properties of OO Languages] | * [http://doc.cat-v.org/programming/bad_properties_of_OO Bad Engineering Properties of OO Languages] | ||
− | * [http://heim.ifi.uio.no/~trygver/2009/dci_vision.html The DCI Architecture: A New Vision of Object-Oriented Programming] -- | + | * [http://heim.ifi.uio.no/~trygver/2009/dci_vision.html The DCI Architecture: A New Vision of Object-Oriented Programming] |
+ | * [http://bytebaker.com/2009/03/31/python-properties-vs-java-access-modifiers/ Encapsulation: Python Properties vs Java Access Modifiers] - Has Python got it wrong? | ||
* [http://www.tomomisayuda.com/work/final/1/final.html iBum] | * [http://www.tomomisayuda.com/work/final/1/final.html iBum] | ||
* Can patterns be patented? should they be? [http://www.patentstorm.us/patents/6163813/description.html US Patent 6163813] | * Can patterns be patented? should they be? [http://www.patentstorm.us/patents/6163813/description.html US Patent 6163813] |
Revision as of 23:02, 28 September 2009
The Mutable Compendium of Object Oriented Wisdom
Welcome to the COSC427 wiki.
- Start here if this is your first visit.
- Editing Tips contains tips about editing the wiki.
- About COSC427 contains info about the course.
- Wiki users takes you to the Wiki participants list.
Content
- OO wisdom is the main entry point for course material.
- OO culture is the list of people, places, phenomenons and programs that produced OOD.
- OO tools is a list of a software engineer's arsenal.
- Resources is a list of the available resources.
- What is Bad Design?
Things to Think About
- The beginning of wisdom for a programmer is to recognize the difference between getting his program to work and getting it right. -- M. A. Jackson, 1975
- Complex problems have simple, easy to understand, wrong answers. -- Henry Louis Mencken
- Software Engineering: An Idea Whose Time Has Come and Gone? (PDF)
- Bad Engineering Properties of OO Languages
- The DCI Architecture: A New Vision of Object-Oriented Programming
- Encapsulation: Python Properties vs Java Access Modifiers - Has Python got it wrong?
- iBum
- Can patterns be patented? should they be? US Patent 6163813
- Quotes