diff --git a/docs/FAQs/Logging.md b/docs/FAQs/Logging.md index 3cb7a6b..08c8a54 100644 --- a/docs/FAQs/Logging.md +++ b/docs/FAQs/Logging.md @@ -12,11 +12,11 @@ override that by providing your own set or subset of these functions using ```clj (defn my-warn [& args] - (my-special-warner (apply str args))) + (post-warning-somewhere (apply str args))) (defn my-log [& args] - (my-special-logger (apply str args))) + (write-to-datadog (apply str args))) (re-frame.core/set-loggers! {:warn my-warn :log my-log diff --git a/docs/FAQs/Why-CLJC.md b/docs/FAQs/Why-CLJC.md index 1397dbc..0c9c2e4 100644 --- a/docs/FAQs/Why-CLJC.md +++ b/docs/FAQs/Why-CLJC.md @@ -5,12 +5,12 @@ files meant to be `.cljs`? ### Answer -So tests can be run on both the JVM and the JS platforms, +So tests can be run on both the JVM and the JS platforms, re-frame's implementation is mostly in `.cljc` files. The trailing `c` in `.cljc` stands for `common`. -Necessary interop for each platform can be found in +Necessary interop for each platform can be found in `interop.clj` (for the JVM) and `interop.cljs` (for JS). See also: https://github.com/Day8/re-frame-test diff --git a/docs/The-ref-frame-logo.md b/docs/The-ref-frame-logo.md index d5ea44d..f96b388 100644 --- a/docs/The-ref-frame-logo.md +++ b/docs/The-ref-frame-logo.md @@ -4,39 +4,44 @@ ### Who -Created by the mysterious deep thinker, known only as @martinklepsch. +Created by the mysterious, deep thinker, known only as @martinklepsch. -Some say he appears on high value stamps in Germany and that he once -punched a horse to the ground. Others say he loves recursion so much +Some say he appears on high value stamps in Germany and that he once
+punched a horse to the ground. Others say he loves recursion so much
that, in his wallet, he carries a photograph of his wallet. -All we know for sure is that he wields [Sketch.app](https://www.sketchapp.com/) like -Bruce Lee wielded nunchucks. +All we know for sure is that he wields [Sketch.app](https://www.sketchapp.com/)
+like Bruce Lee wielded nunchucks. ### Genesis Theories -Great, unexplained works encourage fan theories, and the re-frame logo -is no exception. +Great, unexplained works encourage fan theories, and
+the re-frame logo is no exception. -One noisy group think @martinklepsch simply wanted to `Put the 'f' back into infinity`. They have t-shirts. +One noisy group think @martinklepsch simply wanted to
+`Put the 'f' back into infinity`. They have t-shirts. -Another group speculates that he created the logo as a bifarious rainbow homage -to Frank Lloyd Wright's masterpiece, the Guggenheim Museum. A classic case -of premature abstraction and over engineering if you ask me. Their theory, not the Guggenheim. +Another group speculates that he created the logo as a
+bifarious rainbow homage to Frank Lloyd Wright's masterpiece,
+the Guggenheim Museum. A classic case of premature abstraction
+and over engineering if you ask me. Their theory, not the Guggenheim. ![](/images/logo/Guggenheim.jpg) -The infamous "Bad Touch" faction look at the logo and see the cljs logo mating noisily with re-frame's official -architecture diagram. Attend one of their parties and you have a 50% chance of arrest. +The infamous "Bad Touch" faction look at the logo and see the
+cljs logo mating noisily with re-frame's official architecture
+diagram. Attend one of their parties and you have a 50% chance of arrest. ![](/images/logo/Genesis.png) -The Functional Fundamentalists, a stern bunch, see the logo as a flowing poststructuralist rebuttal of OO's -vowel duplication and horizontal adjacency. Their approach, FF, is apparently fine because "everyone loves a -fricative". +The Functional Fundamentalists, a stern bunch, see the logo as
+a flowing poststructuralist rebuttal of OO's vowel duplication
+and horizontal adjacency. Their approach, FF, is apparently fine
+because "everyone loves a fricative". -For his part, @martinklepsch has never confirmed any theory, teasing us instead with coded clues -like "Will you please stop emailing me" and "Why did you say I hit a horse?". +For his part, @martinklepsch has never confirmed any theory,
+teasing us instead with coded clues like "Will you please stop emailing me"
+and "Why did you say I hit a horse?". ### Assets Where?