From bf645afaac246967b9590ae7463f243c11d97480 Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Thu, 3 Aug 2023 18:30:38 +0000 Subject: [PATCH] /lib/rob: Critical code needs static typing. https://marc.info/?l=tuhs&m=169105147414833&w=2 --- lib/rob | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rob b/lib/rob index 4756d493b..27bf79868 100644 --- a/lib/rob +++ b/lib/rob @@ -405,3 +405,4 @@ Thanks for reporting it. I told this anecdote in an internal talk at Google. You might have seen it then. Let me ask, because I'm genuinely curious: Why does it matter? I find this situation unsatisfactory. +Critical code needs static typing.