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
Many of the Thinkers I write share common patterns, such as a output directory in which I write log files.
We should create Mixin classes that one can add to their thinker which add these features. For example, I could create one which provides a method that saves a Result object to the output directory.
The text was updated successfully, but these errors were encountered:
Many of the Thinkers I write share common patterns, such as a output directory in which I write log files.
We should create Mixin classes that one can add to their thinker which add these features. For example, I could create one which provides a method that saves a
Result
object to the output directory.The text was updated successfully, but these errors were encountered: