less_retarded_wiki/framework.md

8 lines
691 B
Markdown
Raw Normal View History

# Framework
2025-04-17 19:16:48 +02:00
[Software](sw.md) framework is a collection of tools such as [environments](environment.md), [libraries](library.md), [compilers](compiler.md) and [editors](editor.md), that together enable fast and comfortable implementation of other software by plugging in relatively small pieces of code. Whereas [library](library.md) is something to be plugged as a helper into programmer's code, framework is a larger system into which programmer plugs his code (oftentimes in forms of [scripts](script.md)). Frameworks are [bloated](bloat.md) and harmful almost as a matter of rule, [LRS](lrs.md) recommends avoiding them.
## See Also
- [library](library.md)
- [scripting](scripting.md)