|
|
|
|
|
by prepend
1522 days ago
|
|
This is a good point and reminds me a story of many years ago when someone accidentally ran “rm -rf” on an important directory and caused a lot of work. A well-intentioned PM then thought the fix was to alias rm and add prompts to confirm. They had a whole project to add this alias everywhere. First it broke existing scripts all over the place. So they fixed them to auto apply the confirmation. Cut to a few months later and someone rm-rf’d something again, ignoring the prompt (or maybe auto applying it). So the PM wanted a better message and a second prompt. People are well intentioned but I’ve seen this path of stupidity that doesn’t solve the problem but is an activity in response to a problem. |
|