White Spaces in Project Names
Answered
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?
Please sign in to leave a comment.
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!