You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/06/27 16:43:52 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new issue, #6929: Get rid of the CRUD-er

ocket8888 opened a new issue, #6929:
URL: https://github.com/apache/trafficcontrol/issues/6929

   ## 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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org