You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions](http://www.amazon.com/Functional-Programming-Java-Harnessing-Expressions/dp/1937785467/ref=sr_1_1)
113
-
*[Martin Fowler - Service Layer](http://martinfowler.com/eaaCatalog/serviceLayer.html)
Copy file name to clipboardExpand all lines: flux/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,7 @@ logic, which updates all of the views that are affected.
17
17
**Applicability:** Use the Flux pattern when
18
18
19
19
* you want to focus on creating explicit and understandable update paths for your application's data, which makes tracing changes during development simpler and makes bugs easier to track down and fix.
20
+
21
+
**Credits:**
22
+
23
+
*[Flux - Application architecture for building user interfaces](http://facebook.github.io/flux/)
Copy file name to clipboardExpand all lines: step-builder/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,7 @@ The user experience will be much more improved by the fact that he will only see
13
13

14
14
15
15
**Applicability:** Use the Step Builder pattern when the algorithm for creating a complex object should be independent of the parts that make up the object and how they're assembled the construction process must allow different representations for the object that's constructed when in the process of constructing the order is important.
0 commit comments