sporto / elm-tutorial

A guide to building web applications using Elm 0.18
396 stars 117 forks source link

Replace "complicated" with "complex" #138

Closed larsblumberg closed 7 years ago

larsblumberg commented 7 years ago

"Complicated" has a negative connotation, it generally refers to "difficult to understand". I'm new to Elm and from what I've read so far is that one of Elm's goals is to help us write readable code, even if our applications get "complex".

larsblumberg commented 7 years ago

To add, as Pythoners say:

Simple is better than complex. Complex is better than complicated.

sporto commented 7 years ago

Thanks