This commit is contained in:
Miloslav Ciz 2022-05-01 16:02:11 +02:00
parent ec520a8fa4
commit af3e90bf66
11 changed files with 43 additions and 8 deletions

3
framework.md Normal file
View file

@ -0,0 +1,3 @@
# Framework
Software framework is a collection of tools such as [environments](environment.md), [libraries](library.md), [compilers](compiler.md) and [editors](editor.md), that together allow fast and comfortable implementation of other software by plugging in relatively small pieces of code. While a simple [library](library.md) is something that's plugged as a helper into programmer's code, framework is a bigger system into which programmer plugs his code. Frameworks are generally [bloated](bloat.md) and harmful, [LRS](lrs.md) doesn't recommend relying on them.