Refactor Move Describable to methodical.interface #137
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.
Thanks for contributing to Methodical. Before open a pull request, please take a moment to:
Ensure the PR follows the Clojure Style Guide.
Tests and linters pass. You can run all of the tests and linters locally with
GitHub Actions will also run these same tests against your PR.
Make sure you've included new tests for any new features or bugfixes.
New features are documented, or documentation is updated appropriately for any changed features.
Carefully review your own changes and revert any superfluous ones. (A good example would be moving words in the
Markdown documentation to different lines in a way that wouldn't change how the rendered page itself would
appear. These sorts of changes make a PR bigger than it needs to be, and, thus, harder to review.)
Include a detailed explanation of what changes you're making and why you've made them. This will help me
understand what's going on while we review it.
Once you've done all that, open a PR! Thanks for your contribution!
This PR closes #128
methodical.util.describe
tomethodical.interface
.methodical.util.describe
namespace.