CSC/ECE 517 Fall 2013/oss E814 vd: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "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 ...")
 
No edit summary
Line 3: Line 3:


==Resources==
==Resources==
== *[https://codeclimate.com/github/vermavikrant/expertiza/GraphGenerator]
==Changes by Method==
==Changes by Method==
===generate_graph===
==References==
==References==

Revision as of 19:17, 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.

Background

Resources

== *[1]

Changes by Method

generate_graph

References