639 B
639 B
Bloat
Bloat is the collective name for unnecessary, redundant and most of time plainly useless "features".
This article is more about bloat in the software sense, but it could also be extended into hardware or other fields.
- Eye candy (animations, etc.)
- Useless colors (as opposed to meaningful colors carrying a semantic value)
- Animations (waste of CPU power)
- Monolithic programs (as opposed to the Unix philosophy)
- Frameworks
- OOP (object oriented programming)
- C++
- JavaScript
- Rust
- ...