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
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
For convenience, make the DBCreator class implement a fluent interface. In its most basic form, this means all the class' methods that currently return None would instead return the instance of DBCreator (i.e., self).
For convenience, make the
DBCreator
class implement a fluent interface. In its most basic form, this means all the class' methods that currently returnNone
would instead return the instance ofDBCreator
(i.e.,self
).Such an interface would allow code like this:
To be written as this instead:
The text was updated successfully, but these errors were encountered: