Skip to content

Commit 937001c

Browse files
committed
📝 Basic 'Learn | Overview' page
1 parent fc0e719 commit 937001c

File tree

4 files changed

+22
-26
lines changed

4 files changed

+22
-26
lines changed

learn/getting-started.md

-21
This file was deleted.

learn/introduction.md

-1
This file was deleted.

learn/overview.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Overview
2+
3+
There are 2 main areas of the learn section.
4+
5+
## Philosophy
6+
<!-- TODO: Think about this name. Does 'Philosophy' match the 'context'?. Maybe 'Cookbook' (rules? principles?) -->
7+
This will cover:
8+
9+
- the history of VSA
10+
- the guiding principles
11+
- when to use it
12+
- when NOT to use it
13+
- what are the hard and fast rules of VSA
14+
- the change of thinking (especially if you're coming from Clean Architecture)
15+
- how your implementation might evolve over time
16+
- how to act as a team
17+
18+
## Patterns
19+
20+
This is the more hands on side of the site. It goes over common patterns you might encounter while implementing VSA. It will also cover how to implement these patterns at a conceptual & practical level (using the [VSA Template](https://github.com/Hona/VerticalSliceArchitecture) using C# on .NET 8 & ASP.NET Core)

learn/toc.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
- name: Introduction
2-
href: introduction.md
3-
- name: Getting Started
4-
href: getting-started.md
1+
- name: Overview
2+
href: overview.md

0 commit comments

Comments
 (0)