trafficcontrol icon indicating copy to clipboard operation
trafficcontrol copied to clipboard

Get rid of the CRUD-er

Open ocket8888 opened this issue 3 years ago • 0 comments

This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:

  • Traffic Ops

Current behavior:

Today, most API endpoints are handled by a "CRUDer" framework that uses expensive reflection to mimic true generics. It makes it difficult to make changes to a single endpoint without affecting the entire API.

New behavior:

Traffic Ops would be better off without the CRUDer.

ocket8888 avatar Jun 27 '22 16:06 ocket8888