You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Failure to find a matching type can lead to an application crash if we attempt t
28
28
***Safe:** Factory is compile-time safe; a factory for a given type *must* exist or the code simply will not compile.
29
29
***Flexible:** It's easy to override dependencies at runtime and for use in SwiftUI Previews.
30
30
***Powerful:** Like Resolver, Factory supports application, cached, shared, and custom scopes, custom containers, arguments, decorators, and more.
31
-
***Lightweight:** With all of that Factory is slim and trim, well under 400 lines of code and half the size of Resolver.
31
+
***Lightweight:** With all of that Factory is slim and trim, just 400 lines of code and half the size of Resolver.
32
32
***Performant:** Little to no setup time is needed for the vast majority of your services, resolutions are extremely fast, and no compile-time scripts or build phases are needed.
33
33
***Concise:** Defining a registration usually takes just a single line of code. Same for resolution.
34
34
***Tested:** Unit tests ensure correct operation of registrations, resolutions, and scopes.
0 commit comments