async/await is an extremely popular feature of modern languages like C#, Python, Javascript. It simplifies the asynchronous method execution structure and, it reads like synchronous code. So much easier to follow for developers.
Want to contribute? Great!
To fix a bug or enhance an existing code, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
MIT © MD Ahad Hasan