Fork me on GitHub
#clojuredesign-podcast
<
2019-08-30
>
jumar10:08:16

I really love this podcast and all the discussions but I also think one needs to really deep dive and try to implement the this stuff. I tried to implement the twitter app for episodes 6 - 11 a long time ago (already shared it here) and now I want to continue with "Twitter Poster" (episodes 21 - 27) which I think will be fun. This is a preparation step: https://github.com/jumarko/functional-design-in-clojure/pull/4/files (saving authentication state in an atom instead of returning it explicitly). Any feedback welcome! Hopefully, I'll have a working Twitter Poster in a few weeks.

nate18:08:14

That's awesome. I'll check it out and let you know if I have any feedback.

nate18:08:15

I'm quite interested in how your poster code turns out. I've been using the pattern for some work stuff and it's been very helpful.

👍 4
jumar05:09:17

Yes, I'm interested too 🙂. Will post the code once I have something