Skip to content

DS Refactoring Possibilities

Jacob Opdahl edited this page Feb 12, 2015 · 1 revision

Here are some things that could be refactored.

  • In sublist.controller.js, there are several functions with extremely similar logic that suggests they can be consolidated into a single function. One example of this includes the "group" of functions like showMySubmissions, showMyCoSubmissions, etc.