The Grumpy Editor's Python 3 experience
The Grumpy Editor's Python 3 experience
Posted Aug 3, 2018 5:46 UTC (Fri) by madhatter (subscriber, #4665)In reply to: The Grumpy Editor's Python 3 experience by mrshiny
Parent article: The Grumpy Editor's Python 3 experience
Posted Aug 3, 2018 17:14 UTC (Fri)
by mrshiny (guest, #4266)
[Link]
Not to mention that the danger of falling into the "Accidentally used an octal literal when I meant a decimal" trap is much reduced if octal is so commonly-used a feature that everyone is aware of it.
Most programmers simply aren't specifying unix file permissions on a constant basis. Just think of every Android or MacOS or iOS or Windows or Javascript programmer, or even web programmers on Unix. File creation is rare, and file creation with specific permissions is rarer, and file creation with specific permissions on a Unix-like filesystem is rarest. I don't need to take a census to know this is true.
The Grumpy Editor's Python 3 experience
