DAVENP0RT@lemmy.worldtoProgramming@programming.dev•Other dev won't follow best practices, is this common?
8·
1 year agoYeah, we comment in places where we see issues, leave tasks, and just mark the PR as “needs work.” I ain’t touching code in a branch that’s not owned by me.
I’m that dude on my team when it comes to SQL. Everyone on my team (in my whole company, it seems) follows zero formatting standards when writing SQL code. Nothing qualified, no indentation, no query hints or anything to optimize. People just get their sprocs and views into a state of “good enough” and just hit submit.