This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-17
Channels
- # admin-announcements (4)
- # beginners (35)
- # boot (183)
- # cider (28)
- # cljs-dev (4)
- # cljsjs (1)
- # cljsrn (5)
- # clojure (52)
- # clojure-austin (4)
- # clojure-russia (83)
- # clojure-sdn (1)
- # clojure-uk (18)
- # clojurescript (48)
- # core-matrix (5)
- # cursive (4)
- # datomic (23)
- # devcards (2)
- # dirac (43)
- # editors (2)
- # emacs (4)
- # events (5)
- # funcool (2)
- # hoplon (81)
- # immutant (3)
- # juxt (3)
- # ldnclj (1)
- # luminus (12)
- # off-topic (6)
- # om (72)
- # onyx (32)
- # parinfer (2)
- # pedestal (1)
- # proton (6)
- # protorepl (3)
- # re-frame (30)
- # reagent (2)
- # spacemacs (2)
- # specter (1)
- # testing (1)
- # uncomplicate (3)
- # untangled (15)
- # yada (10)
@rickmoynihan at DB we used to call that 'sliming in'. In an early release of our system a trader rang up to complain about one of the query entry forms. While talking with him on the phone, not only did we diagnose the issue to be a missing currency symbol in the regex (the $ embarrasingly), but patched it live (weighing up the risks and taking the discipline to update the original code). That trader went on to be a big supporter of our fledgling new system.
That example to me is the 'individuals and interactions' part of agile. My concern with CI/CD is that an Agile practice has been elevated to that of a principle. I think some act as if 'following process' is more important than 'serving users'. It isn't.
That said, if your uberjar deployment process is sub-minute I concede that is a good place to be.
On topic, just reading this: http://dev.solita.fi/2014/03/18/pimp-my-repl.html
Yeah - I'm certainly very disillusioned with agile compared to what it was 10-15 years ago... like many things it has become a shortcut to thinking - and I'd always side with thinking over a checkbox process.
that pimp my repl article is quite good - most of it's pretty standard - but I wasn't aware of vinyasa
i wish my repl process was sub minute, for some reason most people i’ve worked with in the last year consider ~5mins a fast build
I guess uberjar could be a lot more clever about not recompiling build artifacts that haven't changed... e.g. the classes generated from library jars - rather than project src paths
that 5 mins includes tests, for some reason almost everyone i work with doesn’t seem to care about having tests which take less than a second to run
@otfrom yes, that's true.
I'm assuming there are plans to make the clojure 1.8.x repl work with nrepl tooling like cider etc...