PR for Document design principles #208#245
Merged
Merged
Conversation
…o programming priciples site
Owner
|
👍 |
npathai
added a commit
that referenced
this pull request
Sep 9, 2015
As per discussion in #245 we decided to introduce difficulty tags which will make it easier for beginners to dive into our patterns.
633082b to
7a1c2ee
Compare
Contributor
Author
|
@iluwatar I have added the ways in which a user can explore our design patterns. Anything else to do here? If not then we can merge this. |
Contributor
|
Sounds good to me 👍 |
Contributor
Author
|
Okie then I will mege this.. Don't know why coverage is failing though.. |
Owner
|
Strange it is, with the coverage... |
npathai
added a commit
that referenced
this pull request
Sep 12, 2015
PR for Document design principles #208
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added a Getting started section in README. I was thinking we should add more to this section guiding new comers on how to go about reading and understanding patterns.
We can introduce
Difficulty-Beginner,Difficulty-Intermediate,Difficulty-Experttags and tag patterns based on their difficulty level so that beginners can have better clarity on which patterns should be read first. Do you think its a good idea @iluwatar @noobxgockel ?