You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refactor the function user_repo_scan function from the rest_api module. At this moment the method is quite long and not very readable; it also does several different tasks (input processing, scanning, output serialization, error handling...). So it is very hard to test the method correctly.
The text was updated successfully, but these errors were encountered:
Please refactor the function
user_repo_scan
function from therest_api
module. At this moment the method is quite long and not very readable; it also does several different tasks (input processing, scanning, output serialization, error handling...). So it is very hard to test the method correctly.The text was updated successfully, but these errors were encountered: