-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic in convert or in separate methods? #146
Comments
Honestly, for me the spreading out looks much more intuitive to write and understand. Having a property by default that can be overridden is fine if that works in Python. I'm not overly used to these @... assignments. |
Well, both methods work and it probably depends on the local converter complexity what's best. The relevant question we were addressing is; is there enough flexibility in the current setup where attributes are overridden in subclasses of BaseConverter? The code that's now in |
I haven't deeply looked into the whole class-based architecture yet, to be explored based on more converters. |
Originally posted by @ivorbosloper in #138 (comment)
The text was updated successfully, but these errors were encountered: