DEV Community

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

Collapse
 
cbloss profile image
cbloss

I really do try to go over my own requests. That way I can check my own coding standards and try to catch any stupid logs I left in there.

Collapse
 
clara profile image
Clara

Oh yeah, how often do I miss a console.log somewhere.
What are your own coding standards?

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.