The Wayback Machine - https://web.archive.org/web/20211202185459/https://github.com/topics/frameworks
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 254 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

pdxjohnny
pdxjohnny commented Oct 20, 2021

Reference the below link for the how to read the CI section

https://github.com/intel/dffml/blob/master/docs/contributing/git.rst#how-to-read-the-ci

this section should be converted from restructuredtext to markdown

the new markdown document should be included under the index.rst table of contents within the docs/contributing directory

in GitHub actions workflow should be created which

Wikipedia
Wikipedia