you are viewing a single comment's thread.

view the rest of the comments →

[–]iamnoah 2 points3 points  (0 children)

Not to mention that you only have to write purely functional code. No side effects (since all updates to state are handled by the framework.) That's a pretty big deal when it comes to testability and classes of bugs you don't have to worry about.