Skip to content

Commit b3badd8

Browse files
committed
Undo design philosophy bulletin point
1 parent d5b0560 commit b3badd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Traditional Flux architecture built with ImmutableJS data structures.
1313

1414
## Design Philosophy
1515

16-
- **Simple Over Easy** - The purpose of NuclearJS isn't to write the most expressive TodoMVC anyone's ever seen. The goal of NuclearJS is to provide a way to model data that is easy to read and decouple at very large scale.
16+
- **Simple Over Easy** - The purpose of NuclearJS isn't to write the most expressive TodoMVC anyone's ever seen. The goal of NuclearJS is to provide a way to model data that is easy to reason about and decouple at very large scale.
1717

1818
- **Immutable** - A means for less defensive programming, more predictability and better performance.
1919

0 commit comments

Comments
 (0)