commit f5d6e9842247fb75a93680a6e2b6f69e13f93cc3
parent 6105eb778ccd6c0ed5ddc213b332682b4a886a57
Author: viznut_web <viznut_web@web>
Date: Sat Aug 20 13:51:20 +0200
expand a bit
Diffstat:1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bloat.mdwn b/bloat.mdwn
@@ -1,3 +1,3 @@
-**Bloat** refers to the presence of program code that is perceived as unnecessarily long, slow, or otherwise wasteful of resources.
+**Bloat** refers to something wastefully and unnecessarily large. In software, it may refer to the presence of program code that is perceived as unnecessarily long, slow, or otherwise wasteful of resources, but a considerable amount of bloat originates from external [[dependencies|dependency]].
One formulation of bloat is [[Wirth's law]], a variant of [[Jevons paradox]]: software is getting slower more rapidly than hardware is getting faster.