Looking for Feedback on my Refactoring

Hey guys! I just finished refactoring the grab class and I’m looking for some feedback. Would love to know your thoughts and suggestions. The Code

Thank You!

2 Likes

For the most part your code looks nice. However, I’d change some mostly minor things.

  1. There are a few more line spaces that I’d get rid of in lines 2, 13, 20 and 88 (in the current revision).
  2. Some compilers complain when there’s no line space at the end of a source file so it’s best to keep that space.

Privacy & Terms