The practical benefit of "one true way" is that it eliminates decision points. Most of the time in a software project is wasted in making decisions; if you eliminate all decisions that are not relevant to getting the software finished, you have a huge head start on everyone else.
There's a joke going around that a Python team will finish a project before a C++ team can decide which brace style to use...
There's a joke going around that a Python team will finish a project before a C++ team can decide which brace style to use...