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
Currently, the HTTP API logic is intertwined
with the rest of our logic. This is obviously suboptimal
and has already led to inflated development times and complexity
in refactoring and testing. Thus, move all HTTP logic
into a new package (aghhttp?
httpapi?). Along the way, refactor as many
global variables as possible.
This is a large issue, so perhaps it's better to review
it in smaller parts.
The text was updated successfully, but these errors were encountered:
Currently, the HTTP API logic is intertwined with the rest of our logic. This is obviously suboptimal and has already led to inflated development times and complexity in refactoring and testing. Thus, move all HTTP logic into a new package (
aghhttp
?httpapi
?). Along the way, refactor as many global variables as possible.This is a large issue, so perhaps it's better to review it in smaller parts.
The text was updated successfully, but these errors were encountered: