Evaluating quality of Rails codebase
Elise Huard
Where to start when evaluate a code? First try the app;
Then run test, the check the code - it can be hard for big projects, you have to sample;
You can use railroad to get a Models diagram;
You can use metrics in order to locate bad snippets of code;
resources:
slides
,
video
,
homepage
Euruko 2010 Speakers Showcase:
transcripts:
day1
,
day2
, thanks to:
@cypher