Things that make me nervous to this day: file naming
@shibayashi where's the problem:
asdf
Qwert
Asdf2
Asdf
😁
@shibayashi asdf_final_very_last_version_v2.txt
@Georg311 @shibayashi Copy of asdf_final_very_last_version_v2.txt
@matthegap @shibayashi Copy of asdf_final_very_last_version_v2(2).txt
@Georg311 @matthegap i meant other things like:

- pure ASCII or including Umlaute or other Unicode stuff?
- spaces?
- order of identifiers?
- dots before the file extension?

:)
@shibayashi @matthegap pure ASCII, no umlauts, no spaces (umlauts), Limit special characters to Minimum
@Georg311 @shibayashi That + extension limited to 3 characters.
And CamelCasing if you need it.