White Spaces in Project Names
已回答
I've been searching in Google but surprisingly I didn't find any information about this.
Do white spaces in project names (here Kotlin) cause problems? Are they bad convention?
请先登录再写评论。
It's not common to use whitespaces in the project name, but it should not cause any issues.
Would you say it's good convention to not use whitespaces in project names?
Yes, I would not use spaces in my project names.
Thank you, very helpful!