From 4aa7ef3c0ac7855ca709313f7aaf0be57ca675c0 Mon Sep 17 00:00:00 2001 From: Shreyas Balakrishna Date: Wed, 29 Apr 2020 16:35:17 +1200 Subject: [PATCH] Add Jonathan Boccara's NamedType library --- 09-Considering_Correctness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-Considering_Correctness.md b/09-Considering_Correctness.md index a9b9c8b..5bc8b61 100644 --- a/09-Considering_Correctness.md +++ b/09-Considering_Correctness.md @@ -21,10 +21,10 @@ Consider using a typesafe library like * https://foonathan.net/type_safe/ * https://github.com/rollbear/strong_type + * https://github.com/joboccara/NamedType Note that stronger typing can also allow for more compiler optimizations. - * [Sorting in C vs C++](Sorting in C vs C++.pdf)