awkward / beam

Beam: the open source Reddit client for iOS
https://beamreddit.com
GNU General Public License v2.0
269 stars 37 forks source link

Remove spaces from directory names #36

Open michaeleisel opened 4 years ago

michaeleisel commented 4 years ago

Beam has a fantastic code base for testing tools at scale. There aren't many open-source apps of that size. However, it breaks tools like https://github.com/peripheryapp/periphery when there's a space in a source code directory name, e.g. Beam/UI/Generic UI. It would be great for all the spaces to be removed.

robinspeijer commented 4 years ago

Shouldn't tools support spaces in file/directory paths instead?

michaeleisel commented 4 years ago

The reality is that they often don't. It also breaks any scripts that don't remember to put quotes around a path, any time someone copy-pastes into the shell without any added escaping, etc.