mirror of
https://github.com/nbeaver/why-linux-is-better.git
synced 2025-08-28 16:19:55 +02:00
Summarize arguments in favor.
This commit is contained in:
12
README.rst
12
README.rst
@@ -282,14 +282,16 @@ http://www.multicians.org/mgc.html
|
|||||||
|
|
||||||
http://www.multicians.org/pl1.html
|
http://www.multicians.org/pl1.html
|
||||||
|
|
||||||
Besides permitting more options filenames,
|
This has some intuitive appeal;
|
||||||
this has the additional benefit of making
|
it is useful to be able to distinguish between
|
||||||
`string comparisons simpler and faster`_
|
the abbreviation for United State ("US")
|
||||||
|
and the first-person plural objective pronoun ("us"),
|
||||||
|
for example.
|
||||||
|
It also provideds more possibilities for filenames,
|
||||||
|
and makes filename comparisons simpler and faster
|
||||||
because they don't have to occasionally convert
|
because they don't have to occasionally convert
|
||||||
to uppercase or lowercase.
|
to uppercase or lowercase.
|
||||||
|
|
||||||
.. _string comparisons simpler and faster: http://www.raizlabs.com/graiz/2007/02/11/linuxunix-case-sensitivity/
|
|
||||||
|
|
||||||
Bear in mind that it's MUCH more work for a filesystem to be
|
Bear in mind that it's MUCH more work for a filesystem to be
|
||||||
case-insensitive than -sensitive. A filesystem is case-sensitive by
|
case-insensitive than -sensitive. A filesystem is case-sensitive by
|
||||||
default, in the simplest case; it can only be made case-INsensitive through
|
default, in the simplest case; it can only be made case-INsensitive through
|
||||||
|
Reference in New Issue
Block a user