Open zannain opened 6 years ago
Dear reviewer, the things you have pointed out in your comments are not things I have written as part of this capstone. This was an Express.js course and everything but the express routing components were furnished by Codecademy. Please followup with their developers regarding uncommented code, poor html structure and chaining in React portions. You will find that my portions may not be commented but that is due to my general disdain for much of this course and it's poor delivery.
Get into the habit of commenting your code, you will thank yourself later when you return to code that you wrote some time ago. This will help anyone reading your code know exactly what a portion of your code is doing, it will help you bring yourself up to speed when you return to some web app that you wrote some time ago as opposed to working your way down from the top. Lastly be descriptive with your comments! You do an excellent job of creating descriptive class methods but combined with the code folding abilities of text editors, adding a line of comment before a method describing what the method does is much easier to find the exact methd your looking for especially when you have multiple methods that have very similar names