Messing Projects with Todo, is it OK? #951
Unanswered
sdudnic-ingerop
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's fair. I use just Create to refer to whatever the folder name indicates, and then I used ToDoItem to disambiguate. Probably would make sense to put ToDoItem in a subfolder and then use Create there? How would you like that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Ardalis!
Taking the Sample project as base, it was confusing a little to see two classes Create under same folder but different namespaces.
To create a Project we use Create.cs, to create a TodoItem we use CreateTodoItem.cs,
I wonder if we grow the solution, should we separate in a point TodoItem from Project in separate folder, or it should remain always in the Project folder, like a subfolder...
Beta Was this translation helpful? Give feedback.
All reactions