-
Notifications
You must be signed in to change notification settings - Fork 183
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
Script to find upgradeable patterns #534
Conversation
… Allows for easier scanning of the new find_upgradeable_patterns.rb script
@robtuley as we discussed the topic of "upgradeable patterns" as part of a previous Board report, you may find this interesting. This is the output of the script explained above:
|
As this PR is not introducing any significant changes to the content in our book, I am confident that I can merge this without review. @yuhattor if you have a moment, I would appreciate if you could try to run the script in |
In a previous Board report we had discussed a plan to level up as many L1 pattern as possible to L2, to give them exposure to a wider audience (as the L2 patterns are published in our book).
To get a more reliable way to identify these patters, I wrote a script to find upgradeable patterns based on their number of Known Instances.
Warning: The number of Known Instances are only one of the requirement for our patterns to reach the next level.
Therefore running the script alone is not enough. Reading the pattern and the level requirements in detail is still required to decide whether or not a pattern can be pushed to the next level.
Main implementation steps:
/meta/scripts/find_upgradeable_patterns.rb
- Script to identify upgradeable patterns based on their number of Known Instances