Jul 30, 2017 · 1 min read
Code organization is not talked about enough in the programming world for sure. There is a lot of information on best practices to write code, but very few on how to organize your code.
When creating an FP project, I rely heavily on ES6 modules. You can take a peek at the source code for my website joel.net here: https://github.com/joelnet/joel.net/tree/master/src
It is simple enough to digest.
Elm looks like a beautiful language. I haven’t created a project in Elm yet, but I keep reading about it and am very interested.
Let me know what you find on your adventures. I would love to hear about it!
Cheers!
