Skip to content

Basic currency converter #69

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

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

Conversation

ToofastTurnip
Copy link

Will add user input next
Maybe even some error handling idk lol

Copy link

@xt0fer xt0fer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, adequate. but see my comment. rework at your discretion.


public double rateReturner (String requestedRate) {
String formattedInput = requestedRate.toLowerCase();
if (formattedInput.equals("us dollar")) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

burying string literals inside the code makes it hard to use your class.
rework by changing all these to ENUMs and making the ENUM public, that way I might be able to use the class from other code.

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