Skip to content

Commit 7c32ec2

Browse files
Add TODO comment
1 parent bbd0631 commit 7c32ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/idiomatic/leveraging-the-type-system/newtype-pattern/semantic-confusion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ login(password, username); // 🛠️❌
6868
```
6969
Users are forced, at the callsite, to assign values to each field, thus
7070
increasing the likelihood of spotting bugs.
71+
<!-- TODO: Link to the relevant section in "Foundations of API design" when that chapter is written -->
7172

7273
</details>

0 commit comments

Comments
 (0)