#6190 Refactor custom fields

unreleased
open
nobody
cleanup (28)
General
nobody
2015-03-08
2013-05-01
No

Symptoms:

  • It's depressing how many different places the code has to change if you were to add a new type, for example
  • if stmts around custom field types all over the place

The root problem I think is that custom fields are just dicts, so the logic ends up spread all over the code instead of encapsulated in the object.

Discussion

    • labels: --> cleanup
     
    • assigned_to: Tim Van Steenburgh --> nobody
     

Log in to post a comment.