Impossible to submit corrections to Posix standard(spiegelmock.com)
spiegelmock.com
Impossible to submit corrections to Posix standard
http://spiegelmock.com/post/108899458412/fixing-a-typo-the-hard-way-unix-standards-style
2 comments
Also covered on the Software Development Times: http://sdtimes.com/sd-times-blog-updating-posix-poses-proble...
The proposal leads to madness. The idea is that there's a migration path so eventually there will be CREATE instead of CREAT.
Long experience shows that will never happen. There's a lot of code which is effectively unmaintained, because it works. Not enough people will go through the code to add an "if CREATE flag exists" path, and then - once all of the compilers support it - go again through the code and remove the dead code.
Instead, the world will effectively have two different ways to write exactly the same thing, forever.
Long experience shows that will never happen. There's a lot of code which is effectively unmaintained, because it works. Not enough people will go through the code to add an "if CREATE flag exists" path, and then - once all of the compilers support it - go again through the code and remove the dead code.
Instead, the world will effectively have two different ways to write exactly the same thing, forever.