Viewing a single comment thread. View all comments

csl512 t1_jeb8fqm wrote

Better way can also include stuff like https://en.wikipedia.org/wiki/Poka-yoke to make it more resistant to human errors.

Like if you have part A1, A2, and A3 that all can go into square hole B, but you actually want them to go through corresponding holes B, C, and D, then you could make it so it is physically impossible to put them all through the square hole.

An everyday example would be electrical connectors with different sized blades, or that can only be connected in a certain orientation because they aren't symmetrical.

4

fubo t1_jeb9czm wrote

One formulation of Murphy's Law: "If there's more than one way to do a task, and one of those ways will lead to disaster, someone will do it that way."

Running this backwards: If you don't want someone to cause a disaster, you make it impossible to do the task that way.

2