You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we definitely should clean up a lot of our comments so thank you for that. I think having any comments at all can be more of a subjective call. especially at this stage in our learning where we will benefit even more from added comments.
Yeah you're right Josh. When working as a team at the moment if there's something you want to remind yourself of, do go ahead and comment it. Same goes for things that aren't massively clear.
However if it's just commented out console.logs, as well as commented out tests and functions etc. just get rid of them.
Just a quick note - there's quite a lot of comments throughout your files.
Would you consider cleaning these up every time you push?
Comments should be reserved for when there's kind of random stuff in your code that can't be explained by well-named functions and readable code.
The text was updated successfully, but these errors were encountered: