[yast-devel] How good is your (Ruby) code ?
![](https://seccdn.libravatar.org/avatar/d18d0fd84170a8255c30388a800b96c8.jpg?s=120&d=mm&r=g)
Hi, this talk https://www.youtube.com/watch?v=Jsi1YTkXwxA Baruco 2013: Building a Culture of Quality, by Bryan Helmkamp from the Barcelona Ruby Conference (Baruco) 2013 gives quite some hints on building quality into code. The presenter, Bryan Helmkamp, started https://codeclimate.com to do automated code reviews. Codereviews can analyze code directly from github. I have added yast-network to give you an initial impression: https://codeclimate.com/github/yast/yast-network Enjoy, Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/f9a9cf77af20d925b328ee8c95c0068c.jpg?s=120&d=mm&r=g)
On Mon, 2 Dec 2013 15:02:49 +0100 Klaus Kaempf <kkaempf@suse.de> wrote:
Hi,
this talk
https://www.youtube.com/watch?v=Jsi1YTkXwxA Baruco 2013: Building a Culture of Quality, by Bryan Helmkamp
from the Barcelona Ruby Conference (Baruco) 2013 gives quite some hints on building quality into code.
The presenter, Bryan Helmkamp, started https://codeclimate.com to do automated code reviews.
Codereviews can analyze code directly from github. I have added yast-network to give you an initial impression: https://codeclimate.com/github/yast/yast-network
Enjoy,
Klaus
I already send there link to codeclimate. Its UI is quite nice and some features are really good ( especially status in pull requests ), but from technical perspective it measures only complexity and not other metrics, so I think that metric fu is better to get complete impression about code quality (Some examples where it say it is OK, is actually quite bad from different reasons like bad place of method, which use less self and more calls on parameter). Josef -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (2)
-
Josef Reidinger
-
Klaus Kaempf