-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Scopes and replace them with Faulty instances
The scope terminology is somewhat ambiguous, and requires users to create an unusual mental model for how Faulty works. Instead, just allow calling Faulty.new instead of Faulty::Scope.new. This is more intuitive, and it means there's no longer a "preferred" way to use Faulty. Both ways are just as easy to use. We emphasize this in the README by having both the global and object-oriented examples in the main Configuration section.
- Loading branch information
1 parent
8745a63
commit 5b188aa
Showing
30 changed files
with
310 additions
and
298 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.