Skip to content

added tutorial links to bridge, decorator, abstract-factory, strategy… #644

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

Merged
merged 3 commits into from
Feb 17, 2018

Conversation

sankypanhale
Copy link
Contributor

… and template method patterns

@@ -141,6 +141,9 @@ Use the Abstract Factory pattern when

* Dependency injection in java hides the service class dependencies that can lead to runtime errors that would have been caught at compile time.

## Tutorial
* [Abstract Factory Method Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: Its not "Abstract factory method". There are two different patterns Factory method and Abstract Factory. So change this to Abstract Factory Pattern Tutorial

@npathai
Copy link
Contributor

npathai commented Sep 27, 2017

@spanhal1 Thanks for the contribution. There is a single change. Once you make the change we can merge this.

@iluwatar iluwatar merged commit d78434f into iluwatar:master Feb 17, 2018
@iluwatar
Copy link
Owner

Thanks @spanhal1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants