File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,37 @@ We could even use this repo
78
78
That way we will be able to show to everyone during the subscription
79
79
phase, and everybody will be able to follow everybody easilyer
80
80
81
+ ** TODO prepare to solve a 5 mn hard exercise, with all the tools
82
+
83
+ Prepare in advance a "demo" of what you could do with clojure with
84
+ the full blown tools (5mn max).
85
+
86
+ Should be a problem that everyone understand, and with a difficulty
87
+ that make it impressive to solve in 5mn.
88
+
89
+ 1) Open a 4clojure exercie
90
+
91
+ 2) Copy the content (docs + tests) in a emacs file
92
+
93
+ 3) Comment the docs part
94
+
95
+ 4) Convert the 4clojure tests in midje tests (with a macro)
96
+
97
+ 5) launch a lazy test window
98
+
99
+ 6) show that the tests are breaking (normal, you could do a comparison
100
+ with infinitest)
101
+
102
+ 7) Now pass the tests to =future-fact=, and quicly explain the nice
103
+ TODO list feature (can even say: "hey it's even better than JUnit's =@Ignore=)
104
+
105
+ 8) Solve the problem quickly
106
+
107
+ 9) Go the 4clojure page
108
+
109
+ 10) Enter the solution
110
+
111
+ 11) See the solution of others: and "ahh, I could have done it like
112
+ that ..."
113
+
114
+
You can’t perform that action at this time.
0 commit comments