When it comes to organizing source code repositories, there are broad similarities — source code in src/, tests in test/ — but no universal standards. Recently I was thinking about this and wondered “What about UNIX?” Most Linux distributions follow the Filesystem Hierarchy Standard to some extent. The directory names are short and familiar. The structure…