2
I have doubts whether it is a good practice to name folders using accented or "ç" characters on github, (I’m still at the beginning of the Developer journey, I want to follow good practices).
2
I have doubts whether it is a good practice to name folders using accented or "ç" characters on github, (I’m still at the beginning of the Developer journey, I want to follow good practices).
0
Github has supersede Unicode characters.
But to avoid problems it is recommended to avoid special characters.
0
not just for Github, but for any project or OS. You should follow some parameters of what not to use to not have future problems on other platforms.
Come on, let’s go: Do not use these characters:
\
/
|
?
<
>
*
:
“
as well, do not use accents (treble, crase, circumflex, uncle). Do not start the directory with uppercase letters as well.
Browser other questions tagged github
You are not signed in. Login or sign up in order to post.
When in doubt never use special character while working with programming.
– PauloHDSousa