TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Impossible to submit corrections to Posix standard

10 pointsby bwoosterabout 10 years ago

2 comments

bwoosterabout 10 years ago
Also covered on the Software Development Times: <a href="http://sdtimes.com/sd-times-blog-updating-posix-poses-problem/" rel="nofollow">http:&#x2F;&#x2F;sdtimes.com&#x2F;sd-times-blog-updating-posix-poses-proble...</a>
dalkeabout 10 years ago
The proposal leads to madness. The idea is that there&#x27;s a migration path so eventually there will be CREATE instead of CREAT.<p>Long experience shows that will never happen. There&#x27;s a lot of code which is effectively unmaintained, because it works. Not enough people will go through the code to add an &quot;if CREATE flag exists&quot; path, and then - once all of the compilers support it - go again through the code and remove the dead code.<p>Instead, the world will effectively have two different ways to write exactly the same thing, forever.