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
NftController makes several API calls to request information about NFTs. Most of the code is contain in private methods. Additionally, there is a lot of code around normalizing returned API data which increases the complexity. This code should be extracted to separate files and then refactored appropriately. This should make that code easier to test as well.
The text was updated successfully, but these errors were encountered:
mcmire
changed the title
NftController: Refactor so that it easier to understand and test
NftController: Refactor API interactions
Aug 18, 2023
mcmire
changed the title
NftController: Refactor API interactions
NftController: Refactor
Aug 18, 2023
NftController makes several API calls to request information about NFTs. Most of the code is contain in private methods. Additionally, there is a lot of code around normalizing returned API data which increases the complexity. This code should be extracted to separate files and then refactored appropriately. This should make that code easier to test as well.
The text was updated successfully, but these errors were encountered: