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
This approach works well but is somewhat verbose. To improve readability and developer experience, it would be great to support a fluent API that allows chaining:
Support Fluent API for
CheckSet
DefinitionDescription
Currently, checks must be added to a
CheckSet
instance using multiple separate calls toadd_check()
:This approach works well but is somewhat verbose. To improve readability and developer experience, it would be great to support a fluent API that allows chaining:
Proposed Change
Update the
add_check()
method in theCheckSet
class to returnself
:Benefits
The text was updated successfully, but these errors were encountered: