Is calling Pydantic classes ThisThingModel merely confusing, or necessary? #1262
theo-brown
started this conversation in
General
Replies: 1 comment 1 reply
-
@tamaranorman , @Nush395 , @sbodenstein . Thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As I'm working on transport models, I've been noticing that some of the naming gets a bit confusing.
For example, we have:
Given that
model
tends to mean something in the physics context (namely, the actual equations or surrogate representing the desired input-output mapping of physical variables), would it be possible to rename all the Pydantic 'models' to 'schemas' or something?If there are good reasons not to then that's totally fine, I was just finding the overloading of the name sometimes confusing and prone to slowing down how fast I can find the right part of the code.
Beta Was this translation helpful? Give feedback.
All reactions