Giter VIP home page Giter VIP logo

ochecklist's Introduction

========================================================================
Design Patterns, Assignment #2
Team members: Adam Heimowitz, Michael Welte
========================================================================

Compilation and running:
========================================================================
To compile this, navigate to the parent directory and run
"ant compile" in the terminal.

Modify the build.xml file at the bottom in the "arg value" tag to change
the debug value if you wish (see below for debug value details)
and then to run, run "ant run" in the terminal.

========================================================================

Debug Values:
========================================================================
Our program uses the following debug value scheme

Debug Value = 0
	No output printed from the application

Debug Value = 1
	prints to stdout

Debug Value = 2
	prints to stdout and prints a message everytime a constructor 
	is called	

========================================================================

Approach and Justifications:
========================================================================
We created an activity interface that all activities will share, and in
addition a abstract class for each type of activity and then finally a 
concrete class for each specific instance needed.

So for example:
	The bookstore "Mando's Bookstore" extends the AbstractBookstore 
	class, which implements the interface ActivityInterface.

We decided to use the builder pattern because we are creating objects
and the order does not matter.

========================================================================

Contributions:
========================================================================
Adam Heimowitz:
	-Builder class
	-Driver class

Michael Welte:
	-Interfaces
	-Abstract classes
	-Activities concrete classes
	-Build.xml modifications
	-Readme
	
========================================================================

ochecklist's People

Watchers

Adam Heimowitz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.