Difference between revisions of "Unholy Things in Computing"
From Steak Wiki
Jump to navigationJump to search| Line 7: | Line 7: | ||
* Pop ups (interruptions) | * Pop ups (interruptions) | ||
* Maze programs or websites | * Maze programs or websites | ||
| − | * | + | * Memory obfuscation (paging) |
* 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) | * Having a program fail and not notify the user (failing silently) | ||
Revision as of 00:39, 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
- Memory obfuscation (paging)
- 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)