Fork me on GitHub
#clojure-nl
<
2018-12-14
>
gklijs08:12:08

Morning, just finished the aoc for today, now to do some actual work, making the application more secure.

niels12:12:42

just "swagger demo'd" compojure-api with clojure.spec input and output validation to colleagues, they seemed to like it

πŸ‘ 4
helios12:12:26

yesterday i was looking into something similar with pedestal, seems interesting too πŸ™‚

skuro12:12:33

doing some big dataset cleanup here

vijaykiran14:12:27

speccing old code πŸ™‚

vijaykiran14:12:56

I guess this is the worst part of a Clojure project - refactoring old code

helios14:12:24

@vijaykiran isn't refactoring the big PITA in every language? πŸ˜› Due to the immutability I think clojure might be easier than other languages..

gklijs14:12:47

refactoring most of the time is, otherwise it didn't need to be refactored. Never refactored Clojure through, could imagine it's hard because of the lack of types. But then again in my current job with RxJava and how they used it, with state all over the place, and a lot of things just being Json typed, might be worse.

vijaykiran14:12:28

@helios It is easy in someways but hard in others - cough something something types cough

borkdude16:12:25

In Clojure refactoring is easy, but you never know when you’re done πŸ˜›