C#
C#

help

Root Question Message

talha
talha11/23/2022
❔ .NET Project in GitHub

I have an existing github repo that I want to add a WPF project to. What's best practice here, clone the repo and create the WPF project inside of it? That way I would have a folder named "myWpfProject" in the "root" git repo. Is that fine? If I want to have folders like "src" as I often see in Github repos, can I just restructure my WPF Project files?
Sossenbinder
Sossenbinder11/23/2022
That's pretty much up to you
Sossenbinder
Sossenbinder11/23/2022
Existing github repo sounds like you might have multiple projects around already, like class libraries etc?
Sossenbinder
Sossenbinder11/23/2022
You could add an /Application folder to put your concrete apps inside, like WPF apps, console apps etc
Sossenbinder
Sossenbinder11/23/2022
I just like to keep the "root" of the repo tidy, I think that's why people commonly use a /src folder, so they can keep /docs etc in the root as well
talha
talha11/23/2022
Yeah it looks a lot cleaner that way. Thank you for your input both of you :)
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy