Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question About Code Difference #1

Open
BekirG opened this issue Oct 13, 2023 · 0 comments
Open

Question About Code Difference #1

BekirG opened this issue Oct 13, 2023 · 0 comments

Comments

@BekirG
Copy link

BekirG commented Oct 13, 2023

Hello,

I've noticed a difference in the test code in your project's relevant code repository, regarding the usage of the await keyword. On Youtube video, it's used as follows:

final result = await weatherRemoteDataSourceImpl.getCurrentWeather(testCityName);

However, in the code on GitHub, it's used like this:

final result = weatherRemoteDataSourceImpl.getCurrentWeather(testCityName);

What caused this difference, and what is the implication of this change in the project? Can I get more information on this?

Thank you.

@BekirG BekirG changed the title Question About Code Differences Question About Code Difference Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant