Revert "CENSORE"

This reverts commit 51c4db334f.
This commit is contained in:
Miloslav Ciz 2022-09-03 14:13:46 +02:00
parent 51c4db334f
commit 11591efdcd
331 changed files with 10296 additions and 0 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.