C
C#2y ago
.tree

❔ .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?
3 Replies
Sossenbinder
Sossenbinder2y ago
That's pretty much up to you Existing github repo sounds like you might have multiple projects around already, like class libraries etc? You could add an /Application folder to put your concrete apps inside, like WPF apps, console apps etc 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
.tree
.tree2y ago
Yeah it looks a lot cleaner that way. Thank you for your input both of you :)
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.