Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns authored Dec 24, 2023
1 parent 4978243 commit 93b6f01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ class LoadOrder
context.order = Order.find(context.id)
end
end
```


```ruby
# after
class LoadOrder
include Interactify
Expand Down Expand Up @@ -55,7 +58,6 @@ organize \
->(c){ byebug if c.order.nil? },
Thing2
```
```

### Each/Iteration

Expand Down Expand Up @@ -225,10 +227,6 @@ end
- Is this interactor/interactor-contracts compatible?
Yes and we use them as dependencies. It's possible we'd drop those dependencies in the future but unlikely. I think it's highly likely we'd retain compatibility.

- Is this production ready?
It's used in production, but it's still early days.
There may be minor syntax changes that are proposed in future, but I don't foresee any major changes to how this will be implemented in public API terms.
We're bound by the interactor/interactor-contracts API, and bound by using it in production.

- Why not propose changes to the interactor or interactor-contracts gem?
Honestly, I think both are great and why we've built on top of them.
Expand Down

0 comments on commit 93b6f01

Please sign in to comment.