Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mediator design pattern #16

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Mediator design pattern #16

wants to merge 6 commits into from

Commits on Mar 5, 2018

  1. Mediator design pattern Air Traffic Controller Project - BEFORE CODE

    Classes are tightly coupled, code is complex and object communication is not effective
    premaseem committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3a5ffc5 View commit details
    Browse the repository at this point in the history
  2. Mediator design pattern Air Traffic Controller Project - AFTER CODE

    Classes are communication well, decision making logic is centralized and client is loosely coupled with classes
    premaseem committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    e1e2ff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb39c53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa0b35 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. added uml diagram

    premaseem committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    a2abd0b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. update readme.md

    premaseem committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    7a4c3eb View commit details
    Browse the repository at this point in the history