Skip to content

Commit

Permalink
Add summary tables
Browse files Browse the repository at this point in the history
  • Loading branch information
vbergeron-ledger committed Nov 28, 2023
1 parent a900c52 commit 9d8ac82
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,16 @@ object BranchCode:
FormatError("Branch code must be 5 characters"))
```

## Summary
| | Legible | Ordered | Valid | Pure | Performance | Concise |
|:------------:|:-------:|:--------:|:-----:|:----:|:-----------:|:-------:|
|Raw Classes |||||||
|Type Aliases |||||||
|Value Classes |||||||
|VC + Require |||||||
|VC + Either |||||||
|Opaque types |||||||

## Feedback loop {data-auto-animate=""}

How much time do we need to find a bug?
Expand Down Expand Up @@ -389,6 +399,18 @@ Unit tests

Compilation time

## Summary

| | Legible | Ordered | Valid | Pure | Performance | Concise | Compiles |
|:------------:|:-------:|:--------:|:-----:|:----:|:-----------:|:-------:|:--------:|
|Raw Classes ||||||||
|Type Aliases ||||||||
|Value Classes ||||||||
|VC + Require ||||||||
|VC + Either ||||||||
|Opaque types ||||||||
|**Iron** ||||||||

# Something smarter and with less boilerplate?

# Meet Iron
Expand Down

0 comments on commit 9d8ac82

Please sign in to comment.