From 667ccbc55787cf9ced2fe26a8f3df2bdb8668e0b Mon Sep 17 00:00:00 2001 From: thepeoplesbourgeois <850082+thepeoplesbourgeois@users.noreply.github.com> Date: Tue, 10 Dec 2019 16:34:38 -0800 Subject: [PATCH 1/2] Update time since NoRedInk adopted Elm I don't have metrics into how many lines of code later this is though :( --- pages/home.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home.elm b/pages/home.elm index 871e56280..97df979d9 100644 --- a/pages/home.elm +++ b/pages/home.elm @@ -229,7 +229,7 @@ viewFeature feature = features : List (Feature msg) features = [ Feature "No Runtime Exceptions" 240 - [ text "Elm uses type inference to detect corner cases and give friendly hints. NoRedInk switched to Elm about two years ago, and 250k+ lines later, they still have not had to scramble to fix a confusing runtime exception in production. (" + [ text "Elm uses type inference to detect corner cases and give friendly hints. NoRedInk switched to Elm about five years ago, and 250k+ lines later, they still have not had to scramble to fix a confusing runtime exception in production. (" , a [href "/news/compilers-as-assistants"] [text "details"] , text ")" ] From 7305037a472956e5c3416842d4abb84bd79f7ef7 Mon Sep 17 00:00:00 2001 From: thepeoplesbourgeois <850082+thepeoplesbourgeois@users.noreply.github.com> Date: Wed, 11 Dec 2019 10:50:27 -0800 Subject: [PATCH 2/2] Update home.elm --- pages/home.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home.elm b/pages/home.elm index 97df979d9..96ec86ba6 100644 --- a/pages/home.elm +++ b/pages/home.elm @@ -229,7 +229,7 @@ viewFeature feature = features : List (Feature msg) features = [ Feature "No Runtime Exceptions" 240 - [ text "Elm uses type inference to detect corner cases and give friendly hints. NoRedInk switched to Elm about five years ago, and 250k+ lines later, they still have not had to scramble to fix a confusing runtime exception in production. (" + [ text "Elm uses type inference to detect corner cases and give friendly hints. NoRedInk switched to Elm in 2014, and 250k+ lines later, they still have not had to scramble to fix a confusing runtime exception in production. (" , a [href "/news/compilers-as-assistants"] [text "details"] , text ")" ]