seven-technologies-cloud / pythonrest

Creative Commons Zero v1.0 Universal
10 stars 4 forks source link

build_proxy_response is too similar to build_proxy_response_insert_dumps #27

Open leo-viana opened 9 months ago

leo-viana commented 9 months ago

Goal

Delete the less efficient function and update the places where it is used to use the other function.

Description

Both of these functions do very similar things, so one of them could be deleted and refactor where needed to accommodate that change.

Classes to be changed

ProxyResponseBuilder.py and GenericRepository.py