Skip to content
#

frameworks

A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.

Here are 279 public repositories matching this topic...

actionhero
mfvargo
mfvargo commented Jan 22, 2021

We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.

I can see where this would be a hassle on many cases, But it would be nice for new projects.

I suppose it could be a global config item that could be overridden at the individual action level:

For

good first issue enhancement help wanted
dffml
pdxjohnny
pdxjohnny commented Mar 11, 2022

Reference the Meta Static Analysis example to create a new operations in dffml/operation/datetime.py . Add the file and make two operations, one which returns datatime.datetime.now() and another which takes the output of the first operation and formats the date in the same format as https://intel.github.io/dffml/master/examples/integration.html#training-our-model

good first issue
Wikipedia
Wikipedia