Safe Unsafe Operations in Elm

In Elm, we often have modules around a data type which needs a validation when you initially create it.
For instance, the package defines a function, which… Read more

Similar

Elm at NoRedInk

At NoRedInk we have one of the largest Elm apps in the world. It serves millions of teachers and students, and our frontend code is almost exclusively written in Elm. In this post, we will explore the structure of our codebase and the patterns that we use... (more…)

Read more »