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

Wave 3 Bank Account #68

Open
wants to merge 11 commits into
base: rlh/master
Choose a base branch
from
Open

Conversation

hougland
Copy link

No description provided.

@all_accounts = []

CSV.read("./support/accounts.csv").each do |line|
y = Bank::Account.new(line[0].to_i, line[1].to_i, line[2])

Choose a reason for hiding this comment

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

I would use a more meaningful variable name rather than y

@kariabancroft
Copy link

Nice job with your regular commits, git history looks good

@kariabancroft
Copy link

There are some variable names that you could clean up throughout, but overall nice job

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