hi all, i'm looking for feedback on a project i recently open sourced. anyone interested?
@freekpaans It would be useful to link the project, so people can see what its about
alright, it's here https://github.com/infi-nl/alibi
@freekpaans The first thing that comes to my mind is if you enforce a coding style and automatically reformat your files?
@sveri you mean if i have that enabled?
yes and if you use it
not a separate tool, but i let vim do it
Ah ok, I was just confused by the linebreaks in the require expression: https://github.com/infi-nl/alibi/blob/master/src/alibi/web.clj#L6
as long as its conistent
ah, that's because i try to keep things within 80 chars
though that line would pbb have fit 🙂
For me personally 80 lines is to short, but, I usually write Java 😄 Anyway, a tool should do that automatically in an ideal world, cursive does it not and I dont know if any other does that
@freekpaans add js-joda to cljsjs?
and why do you need it, just curious why moment.js isn't enough.
i like the joda time apis, and momentjs is mutable iirc
adding js-joda to cljsjs is on my list 🙂
if joda-time makes time immuteable, then I need it on the weekends 🙂
There is of course cljs-time