DEV Community

Discussion on: Do you double check your PR’s?

Collapse
 
cbloss profile image
cbloss

I've left so many console.logs in code! Bah. For me, I mainly trying to avoid comments that make no sense. Especially when I changed the code to where the code is irrelevant.

We have two different sets of standards. One for the backend (which are PS-4 Symphony's coding standards) and one for the frontend (Airbnb's). They are trying to make it easier for people to read.