-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update FetchRequest #86
Conversation
Update FetchRequest’s init function
Current coverage is 90.11%@@ develop #86 diff @@
==========================================
Files 13 13
Lines 434 435 +1
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 391 392 +1
Misses 43 43
Partials 0 0
|
Thanks @MaxHasADHD ! 😄 This isn't quite the direction that I think we should take the library.
I've opened #87 to track this. 😊 |
I'm watching the talk right now! I'm currently reading his book as well. Just wondering though, would |
Exactly. With Daniel's approach, we can have the classes provide an Then, we might be able to provide a default implementation that returns |
I like that idea! I'm going to implement this into my project :) Thanks |
We'll provide more of these kinds of things in this library soon 😊 |
safer to use |
Pull request checklist
This fixes issue #___.
What's in this pull request?
Uses a cleaner
FetchRequest
.