kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

fixes #284 fix code base typo #306

Closed nathan-cairns closed 5 years ago

nathan-cairns commented 5 years ago

Related Issue/Keyword:

fixes #284

Description:

So I went to fix this typo as requested in #284 but found the variable was not actually used anywhere in the project so I removed it. There actually appears to be a decent number of unused variables in the project. I think it would be beneficial to remove this unused code and will make an issue for this accordingly.

Testing:

Steps for manual testing:

  1. Double check that the avaterImg variable wasnt actually used anywhere in the project
  2. Check the app functionality was not affected

Checklist:

SamuelZheng11 commented 5 years ago

Reviewed the branch and file change, all looks good, No functionality change found

nathan-cairns commented 5 years ago

For documentation purposes this PR inspired the creation of #307

nathan-cairns commented 5 years ago

Thanks @SamuelZheng11 merge at your leisure!

SamuelZheng11 commented 5 years ago

Hold did the lint pass?

Edit: it passes lint