Skip to main content

    05.18.2017

    Why you might want to consider Elm

    Keisuke Kido gives a quick run through of why you may want to consider Elm for your next project over pure Javascript. The power of Javascript lies in its freedom, but that very strength can make projects vulnerable to unexpected run-time errors. Elm avoids these issues with its natively built-in structure and rules that naturally guides programmers to write clean, robust, and scalable code starting from the first-line until the very last line of code of a project. Say goodbye to 'undefined is not a function' with Elm!

    Project Members: Keisuke Kido