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

Ryan Horn Backend Task #683

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

RhyHorn2006
Copy link

This PR is to implement the Exchange Rate Provider using the publicly available API of the Czech National Bank which I found online.

I have created a MVP that satisfies the requirements. I have tried to keep the solution as simple and concise as possible so it is easily maintainable. I have considered a few principles when developing this project such as SOLID and DRY both of which help keep the code high quality, maintainable and reusable.

I have added a Nunit test project which contains a suite of tests for the service and the provider. I have used private methods in the files to reduce the repeatition of code that comes from mocking up the httpClient.

I have also updated the project to .NET8 to keep the solution up to date with the industry. I have introduced file-scoped namespaces to reduce excess noise in files.

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

Successfully merging this pull request may close these issues.

2 participants