leroydemon / shop

0 stars 0 forks source link

Use async calls in all services/repositories #2

Closed arthurgrykhno closed 4 days ago

arthurgrykhno commented 1 month ago

Using asynchronous programming improves application performance Make sure all methods make async await calls and also add Async suffix to all methods (AddAsync, UpdateAsync etc)

arthurgrykhno commented 1 month ago

Next time you write code do next things:

  1. Create new branch based on your main/master branch
  2. Add code, make changes
  3. Open pull request to main/master
leroydemon commented 1 month ago

done, waiting for your response