Skip to content
Discussion options

You must be logged in to vote

No. This is not ok. This now will place all refactorings behind an unbounded network IO call. Don't do this.

Alternative:

Have some BG, non-blocking, system that makes these calls, and populates some local cache. Then have your refactoring just lookup if the data it needs is in that cache and use it if so.

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@CyrusNajmabadi
Comment options

@DmitryLukyanov
Comment options

@CyrusNajmabadi
Comment options

@CyrusNajmabadi
Comment options

@DmitryLukyanov
Comment options

Answer selected by CyrusNajmabadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants