Skip to content

Commit cd98386

Browse files
committed
doc / stuff to do / demo full blown env
1 parent b54ef4f commit cd98386

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

4clojure-oriented-prez/README.org

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,37 @@ We could even use this repo
7878
That way we will be able to show to everyone during the subscription
7979
phase, and everybody will be able to follow everybody easilyer
8080

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+

0 commit comments

Comments
 (0)