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

2015-03-27 Thread stepharo

Cool yuriy :)

Stef

Le 27/3/15 09:13, Yuriy Tymchuk a écrit :

Dear Pharo developers,

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 demotivates many people in doing it.

I want to present you a compact tool called Quality Assistant
https://github.com/Uko/QualityAssistant#quality-assistant-푏푒푡푎-

It runs SmallLint rules on the code that you save and provides you with a 
critic feedback directly in the place where you code: the Nautilus Browser.

Quality Assistant is available for Pharo 4 from the Configuration browser. 
Please read about how to set it up here: 
https://github.com/Uko/QualityAssistant#set-up

I plan to introduce more features in the future and your feedback is much 
appreciated.

Cheers!
Uko






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

2015-03-27 Thread stepharo

does it run automatically when I compile a method?

Stef


Le 27/3/15 09:13, Yuriy Tymchuk a écrit :

Dear Pharo developers,

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 demotivates many people in doing it.

I want to present you a compact tool called Quality Assistant
https://github.com/Uko/QualityAssistant#quality-assistant-푏푒푡푎-

It runs SmallLint rules on the code that you save and provides you with a 
critic feedback directly in the place where you code: the Nautilus Browser.

Quality Assistant is available for Pharo 4 from the Configuration browser. 
Please read about how to set it up here: 
https://github.com/Uko/QualityAssistant#set-up

I plan to introduce more features in the future and your feedback is much 
appreciated.

Cheers!
Uko






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

2015-03-27 Thread Yuriy Tymchuk
Yes, it relies on addition and modification announcements, but also when you 
want to access critics for the first time and they are not available it 
generates them.

Uko


 On 27 Mar 2015, at 10:11, Marcus Denker marcus.den...@inria.fr wrote:
 
 
 On 27 Mar 2015, at 10:09, stepharo steph...@free.fr wrote:
 
 does it run automatically when I compile a method?
 
 
 When you *look* at a method :-)
 
 Very nice, this.
 
   Marcus
 
 




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

2015-03-27 Thread Yuriy Tymchuk
Dear Pharo developers,

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 demotivates many people in doing it.

I want to present you a compact tool called Quality Assistant
https://github.com/Uko/QualityAssistant#quality-assistant-푏푒푡푎-

It runs SmallLint rules on the code that you save and provides you with a 
critic feedback directly in the place where you code: the Nautilus Browser.

Quality Assistant is available for Pharo 4 from the Configuration browser. 
Please read about how to set it up here: 
https://github.com/Uko/QualityAssistant#set-up

I plan to introduce more features in the future and your feedback is much 
appreciated.

Cheers!
Uko


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

2015-03-27 Thread kilon alios
u know I was about to recommend that for code critic. What a coincidence.
Installed and using it on my project.

On Fri, Mar 27, 2015 at 10:13 AM, Yuriy Tymchuk yuriy.tymc...@me.com
wrote:

 Dear Pharo developers,

 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 demotivates many
 people in doing it.

 I want to present you a compact tool called Quality Assistant
 https://github.com/Uko/QualityAssistant#quality-assistant-푏푒푡푎-

 It runs SmallLint rules on the code that you save and provides you with a
 critic feedback directly in the place where you code: the Nautilus Browser.

 Quality Assistant is available for Pharo 4 from the Configuration browser.
 Please read about how to set it up here:
 https://github.com/Uko/QualityAssistant#set-up

 I plan to introduce more features in the future and your feedback is much
 appreciated.

 Cheers!
 Uko



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

2015-03-27 Thread Marcus Denker

 On 27 Mar 2015, at 10:09, stepharo steph...@free.fr wrote:
 
 does it run automatically when I compile a method?
 

When you *look* at a method :-)

Very nice, this.

Marcus