TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The dangers of HFS+ for Git repositories

3 点作者 vhf超过 9 年前

1 comment

0x0超过 9 年前
Case insensitivity by default on OSX is probably because there are so many important legacy apps that used to (and probably still do) fail spectacularly or subtly when running on a case sensitive file system. Photoshop, Steam, and many more fall or fell into this category. And as long as it remains the default, sloppy app developers won&#x27;t pay attention to file name casing, perpetuating the situation.<p>On iOS, there&#x27;s no such legacy, and Apple decided to make that the default there. Which is something to keep in mind when working with Xcode&#x27;s iOS Simulator...