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
We currently have all methods live in a single Std object, in jrsonnet, the methods are split to several modules, I think that's a nice way to have.
At work, we are using the AbstractFunctionModule to separate it, eg JsonPathFunctions , JsonSchemaFunctions and etc, wdyt, we make it several ExternalVariableFunctions, ObjectFunctions ... ?
Yes, I agree that it's the right thing to do, but it's like at the bottom of my list. Maybe copilot or any other AI agent can help with the bulk of the work.
We currently have all methods live in a single
Std
object, in jrsonnet, the methods are split to several modules, I think that's a nice way to have.At work, we are using the
AbstractFunctionModule
to separate it, egJsonPathFunctions
,JsonSchemaFunctions
and etc, wdyt, we make it severalExternalVariableFunctions
,ObjectFunctions
... ?https://jsonnet.org/ref/stdlib.html
The text was updated successfully, but these errors were encountered: