Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit acb9f60

Browse files
committed
clarify use of word "state" in readme for / fixed #11
1 parent 6acbc5d commit acb9f60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
Learn how to build web applications using
44
the Elm ("Model Update View") Architecture in "_plain_" JavaScript.
55

6+
[![Build Status](https://travis-ci.org/dwyl/learn-elm-architecture-in-javascript.svg?branch=master)](https://travis-ci.org/dwyl/learn-elm-architecture-in-javascript)
67
[![codecov](https://codecov.io/gh/dwyl/learn-elm-architecture-in-javascript/branch/master/graph/badge.svg)](https://codecov.io/gh/dwyl/learn-elm-architecture-in-javascript)
8+
[![dependencies Status](https://david-dm.org/dwyl/learn-elm-architecture-in-javascript/status.svg)](https://david-dm.org/dwyl/learn-elm-architecture-in-javascript)
9+
[![devDependencies Status](https://david-dm.org/dwyl/learn-elm-architecture-in-javascript/dev-status.svg)](https://david-dm.org/dwyl/learn-elm-architecture-in-javascript?type=dev)
710

811

912
> We think Elm is the _future_ of Front End Web Development <br />
@@ -56,7 +59,7 @@ When compared to _other_ ways of organizing your code,
5659
"MUV" has the following benefits:
5760
+ Easier to _understand_ what is going on in more advanced apps
5861
because the "_flow_" is always the same.
59-
+ ***Uni-directional data-flow*** means "state" is always predictable:
62+
+ ***Uni-directional data-flow*** means "state" of the app is always predictable;
6063
given a specific starting "state" and sequence of update actions
6164
the output/end state will _always_ be the same. This makes testing/testability
6265
very easy!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /