by paulbjensen on 11/9/19, 10:44 AM with 9 comments
by latchkey on 11/9/19, 1:19 PM
http://www.informit.com/articles/article.aspx?p=1144082&seqN...
by mikl on 11/9/19, 12:52 PM
For that reason, I generally prefer to keep all file names consistently lower-case - user_account.ex over UserAccount.ex. It’s just as easy to read, if not more so.
We have enough other things to worry about as programmers without having to think about correct capitalisation of file names.
by michalc on 11/9/19, 1:14 PM
If the MacOS filesystem was not case-insensitive, i.e. it was _less_ liberal with what it accepted, the reported issue wouldn’t have happened.
by nkristoffersen on 11/9/19, 11:46 AM
by ikrtx on 11/9/19, 11:51 AM