Difference between revisions of "Unholy Things in Computing"
From Steak Wiki
Jump to navigationJump to search| Line 10: | Line 10: | ||
* Excessive dependencies / libraries (npm / node.js comes to mind) | * Excessive dependencies / libraries (npm / node.js comes to mind) | ||
* Dependence on an online/cloud service | * Dependence on an online/cloud service | ||
| + | * Having a program fail and not notify the user (failing silently) | ||
Revision as of 00:38, 13 November 2025
Unholy things:
- Excessive whitespace design (hard on the eyes)
- Javascript bloat (slow)
- Loading screens (slow)
- Pop ups (interruptions)
- Maze programs or websites
- Swapping
- Excessive dependencies / libraries (npm / node.js comes to mind)
- Dependence on an online/cloud service
- Having a program fail and not notify the user (failing silently)