How do you provide feedback during code reviews?
I keep it constructive and specific. Instead of saying “This is wrong,” I say, “This LINQ query
could be optimized to reduce DB calls—here’s an example.” I also highlight what’s done well,
so the person doesn’t feel discouraged. And if the issue is conceptual—like
misunderstanding of async/await—I suggest a quick huddle or pair-programming session.