Replies: 1 comment
-
hi @pietz - we really like the new utils like in fact, In short, i think we prefer our utils (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey team,
I love the approach of marvin but I've been thinking about its current methodology of having multiple/many ways of doing the same thing. I can extract data with a function, by extending the BaseModel or by using a decorator.
Flexibility is great when it's needed. More flexibility will lead to confusion for newcomers.
I want to start a discussion of what users think of this and how the devs approach it. For example I think having
marvin.extract
andmarvin.model
potentially makes sense. If you want/can to change the code of the actual model, the marvin.Model results in cleaner code. Otherwise the function does well. But having both the decorator and the model doesn't make sense to me. Maybe I'm missing a use case. Getting rid of one might make marvin more concise.Beta Was this translation helpful? Give feedback.
All reactions