Skip to content

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