Ecosystem specific utilities and code organization #9
brandonjpierce
started this conversation in
General
Replies: 1 comment
-
As it can be broad, the issue was left open for the time being. General consensus at the moment is that we take a specificity approach. Using |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We have a high level notion of "validators", "converters", and "formatters" which usually just deals with primitive values.
We have an interesting question at hand of how do we want to organize things that may pertain to a particular ecosystem e.g. Apache Arrow?
For example, say we wanted to create a validator that checks to see if a particular GeoArrow geometry field is of a "Point" type. Would that go into a dedicated
@hypergiant/arrow
package? Would it go into our@hypergiant/validators
package?Beta Was this translation helpful? Give feedback.
All reactions