Re: Productivity tip for code transformations with cider

2014-09-15 Thread Lucas Bradstreet
The same tip can be used in vim-fireplace with "c!!" (minus the quotes). I find it especially useful when creating tests (as in OP). Lucas > On 15 Sep 2014, at 13:11, Mayank Jain wrote: > > Nice! Thanks for sharing! > >> On Mon, Sep 15, 2014 at 1:40 AM, Jony Hudson wrote: >> Why did I ne

Re: Productivity tip for code transformations with cider

2014-09-14 Thread Mayank Jain
Nice! Thanks for sharing! On Mon, Sep 15, 2014 at 1:40 AM, Jony Hudson wrote: > Why did I never think of using that! Nice :-) > > > Jony > > > On Sunday, 14 September 2014 08:35:16 UTC+1, Stathis Sideris wrote: >> >> Hello all, >> >> There is some functionality in cider (C-c C-w) that can potent

Re: Productivity tip for code transformations with cider

2014-09-14 Thread Jony Hudson
Why did I never think of using that! Nice :-) Jony On Sunday, 14 September 2014 08:35:16 UTC+1, Stathis Sideris wrote: > > Hello all, > > There is some functionality in cider (C-c C-w) that can potentially save > you a lot of typing when transforming Clojure code and I haven't seen many > peop

Re: Productivity tip for code transformations with cider

2014-09-14 Thread Ghadi Shayban
Nice useful demonstration, Stathis. Thanks! On Sunday, September 14, 2014 3:35:16 AM UTC-4, Stathis Sideris wrote: > > Hello all, > > There is some functionality in cider (C-c C-w) that can potentially save > you a lot of typing when transforming Clojure code and I haven't seen many > people us

Productivity tip for code transformations with cider

2014-09-14 Thread Stathis Sideris
Hello all, There is some functionality in cider (C-c C-w) that can potentially save you a lot of typing when transforming Clojure code and I haven't seen many people using it, so I made a screencast to demonstrate: http://www.youtube.com/watch?v=LXhWW1Yqpt0 Hopefully you'll find it useful. Th