WCOMS3107-1: Clean Object-Oriented Design for Fall 2021

Days and Time

Mondays and Wednesdays 4:10 PM-5:25 PM

Location

413 KNT

Allowed For:

  • Undergraduate
  • Masters
  • Professional
  • PhD
  • Undergraduate
  • Masters
  • Professional
  • PhD

Prerequisites:

None

Notes:

None

Instructor:

Kender, John R

Description

A course in designing, documenting, coding, and testing robust computer software, according to object-oriented design patterns and clean coding practices. Taught in Java.Object-oriented design principles include: use cases; CRC; UML; javadoc; patterns (adapter, builder, command, composite, decorator, facade, factory, iterator, lazy evaluation, observer, singleton, strategy, template, visitor); design by contract; loop invariants; interfaces and inheritance hierarchies; anonymous classes and null objects; graphical widgets; events and listeners; Java's Object class; generic types; reflection; timers, threads, and locks.