Fork me on GitHub
#clojure-uk
<
2020-02-15
>
dharrigan08:02:34

Good Morning!

Gulli08:02:23

'Good' morning

Gulli08:02:45

Quitecwindy out there

dominicm10:02:33

Apparently rain is the main of it today

guy14:02:08

morning!

benedek17:02:20

kinda got somewhere with a thing today https://github.com/benedekfazekas/morpheus if you ever need to see dependencies for your clojure(script) project on var/function level

marcus20:02:46

Hey benedek, I was trying the library and I had some trouble to run it. Perhaps it'd be useful to mention in the README that graphviz should be installed on the OS.. 🙂

marcus21:02:05

Wow, very interesting to see one app in this light! Thanks! 🙂

benedek08:02:42

good point. thanks. you can also generate the dot files and use some online viewer -- which i should also mention in the readme yeah kinda revealing... i wonder what is the ratio of vars you usually don't use in your pulled in dependencies in a mid size project

marcus10:02:48

Yeah, good question.. I used it on a reframe app. I wanted to see how often we go to the native js fns and how tangled were fns in general.. for supposedly with reframe's subscriptions, event handlers and etc there should be much separation of concerns and independent fns.. but oh boy..! People feel very daring sometimes! 😁

benedek17:02:25

@dominicm’s vizns does something ever so slightly different but very helpful too: https://github.com/SevereOverfl0w/vizns

benedek17:02:14

plug over 😉

dominicm17:02:11

It might be cool to hook up graphs to navable

benedek17:02:40

that is what you just added to vizns?

dominicm18:02:08

No I mean, the protocol

dominicm18:02:23

Datafy/Navable