Skip to content

Commit

Permalink
Update 2.1 Foundations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardaubin authored Jul 17, 2024
1 parent dad8c12 commit 5cb6164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2. Services/2.1 Foundations/2.1 Foundations.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ This simplification of writing the rules and validations is the ultimate goal of
Now, let's dive deeper into the types of validations that our systems can offer and how to handle them.

#### 2.1.3.1.1.3 Hybrid Continuous Validations
The structure above allows supporting scenarios for nested objects validations. For instnace, let's assume that our `Student` model has more than just primitive types in it's structure as follows:
The structure above allows supporting scenarios for nested objects validations. For instance, let's assume that our `Student` model has more than just primitive types in it's structure as follows:

```csharp
public class Student
Expand Down Expand Up @@ -1233,4 +1233,4 @@ Here's some common scenarios for mapping native or inner local exceptions to out

[*] [Standardizing Validations & Exceptions](https://www.youtube.com/watch?v=Wtpxb7yPQP0)

[*] [Test-Driving Non-Circuit-Breaking Validations](https://www.youtube.com/watch?v=guJPrIQ0kJk)
[*] [Test-Driving Non-Circuit-Breaking Validations](https://www.youtube.com/watch?v=guJPrIQ0kJk)

0 comments on commit 5cb6164

Please sign in to comment.