CSC/ECE 517 Fall 2013/oss E814 vd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==Resources== | ==Resources== | ||
*[https://codeclimate.com/github/vermavikrant/expertiza/GraphGenerator Code Climate analysis of refactored file] | |||
*[https://codeclimate.com/github/expertiza/expertiza/GraphGenerator Code Climate analysis of original file] | |||
==Changes by Method== | ==Changes by Method== | ||
===generate_graph=== | ===generate_graph=== | ||
==References== | ==References== |
Revision as of 19:19, 30 October 2013
Expertiza is a web application that supports peer-review for a variety of entities. As it is still evolving, expertiza has several areas that require work. Among these include areas that require refactoring existing code to improve code quality. The graph_generator.rb file is one such area. This write-up describes our refactoring decisions for this file.