Displaying 2 results from an estimated 2 matches for "gvschie".
2007 Mar 29
0
Ruby on Rails usage (and maintenance) short survey
...d ? (for instance which component , what kind of
change)
6 Please rate the following environments on their productivity at
maintenance (only rate those you have experience with)
- Java
- .Net (C#)
- Php
- ASP
- Perl
- Python
If you are interested in reading the resulting essay leave a message.
(gvschie at gmail.com)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe...
2007 Mar 28
2
code-metrics for ruby (on rails)
I''m searching for code analysing tools for Ruby (on Rails). I know
some tools for Java and DotNet but I can''t seem to find much for Ruby.
Things I''m interested in are metrics like coupling (fan-in, fan-out),
complexity (McCabe), inheritance nesting levels etc.
The only tools I found so far are saikuro(only mccabe) and kwala
(seems like a frontend for saikuro)
If you