Skip to content

Commit bead89f

Browse files
committed
docs: project directory structure
1 parent 61f98cc commit bead89f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Desktop/TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
- docs: project directory structure: vertical slicing vs by tech.
2-
- docs: the focus on UX with the accelerators/shortcuts.
1+
- docs: the focus on UX with the accelerators/shortcuts.
32
- docs: when and why use comments & summaries.
43
- refactor: use Commands and ViewModels instead of code behinds.
54
- feat: allow for saving Tasks both locally and remotely at the same time

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Actors definition:
2727

2828
There is a single one, for Windows desktop. It's called `Desktop`, and is implemented in [Windows Presentation Foundation (WPF)](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/overview/).
2929

30+
### Folder structure
31+
32+
Rather than using a technological layering, I prefer a folder structure that reflects the domain. This is to both to create a better mental model and for having more cohesion inside folders and less coupling between them.
33+
3034
## Backend
3135

3236
In ASP.NET Core, using EntityFramework ORM for handling the persistence.

0 commit comments

Comments
 (0)