Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Alexandre Bergel
This is really cool. You guys are changing the way we program. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 27, 2015, at 2:04 PM, Yuriy Tymchuk wrote: > > Oh, I was checking i

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Andrei Chis
Hi Uko, You found no mail, as there is no email about that. It's a recent addition. Search for the class GTCritics in Spotter and then dive in the class. There should be a category Critics that lets's you see and search through all the critics of that class. Cheers, Andrei On Fri, Mar 27, 2015

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
> On 27 Mar 2015, at 14:40, Tudor Girba wrote: > > Nice, Uko. Thank you. > > We should definitely see next Tuesday how this can complement the future GT > efforts :) Yes, I’m looking forward. > > In the meantime, you could look at the code critics support from Spotter. It > was recently

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Tudor Girba
Nice, Uko. We should definitely see next Tuesday how this can complement the future GT efforts :) In the meantime, you could look at the code critics support from Spotter. It was recently introduced by Stefan Reichhart, Cheers, Doru On Fri, Mar 27, 2015 at 12:05 PM, Yuriy Tymchuk wrote: >

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Oh, actually it turns out that I didn’t remove my old experiments with GT, so you can see critics tab in inspector. Navigation in not useful yet though. Uko > On 27 Mar 2015, at 09:47, Damien Cassou wrote: > > Hi Yuriy, > > Yuriy Tymchuk writes: > >> As you already know I am working on p

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Hi Damien, yes, I will work on different ways to display critics. The main advantage that I have now is that critics are a property of a class or method, so in fact inspector or debugger can just ask an entity what are its critics :). I think I will add gt representation soon, so you will be ab

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Damien Cassou
Hi Yuriy, Yuriy Tymchuk writes: > As you already know I am working on providing better code quality support in > Pharo. You can use Code Critics in Pharo to detect bad practices and > potential bugs. But launching the Critics Browser and running it on your code > every now and then requires a

[Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Dear Pharo users, As you already know I am working on providing better code quality support in Pharo. You can use Code Critics in Pharo to detect bad practices and potential bugs. But launching the Critics Browser and running it on your code every now and then requires additional effort which d