kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Fixes #285 - Resolve commented code sections #293

Closed cyrus-raitava closed 5 years ago

cyrus-raitava commented 5 years ago

Related Issue/Keyword:

285

Description:

The codebase contained a substantial amount of inexplicable, commented-out-code. To remedy this, an issue was opened to investigate into each found instance of commented code blocks without justification and decide whether they need to remain within the repository. A wiki page was introduced here, to explain what changes were made.

Testing:

Steps for manual testing: Testing for this will be mainly regression testing. This means checking that the project works as expected - removing commented code should in theory not change the way the project acts at all.

A tester should also read through the wiki page to see if they agree with the introduced changes, or not.

Thus, a tester should attempt to compare the functionality of the repo prior to this commit, and following the changes to this commit, with the actions under 'User Guide' in the wiki, here.

Checklist:

cyrus-raitava commented 5 years ago

@hhagenson28 I have updated the wiki page and fixed the merge conflicts as requested, hopefully it's alright to merge now! 😄