DEV Community

Discussion on: ✨ 7 Things I Do Regularly as a Senior Frontend Developer

Collapse
 
daveordead profile image
Dave Berner

It's awesome to see that you're an advocate for code reviews - it's definitely something that is underappreciated.

If your company isn't doing reviews on new code, you could become the advocate and push for it. It's only going to make the whole team better.

Another thing you could look at doing is setting up Code Rabbit or a similar AI code reviewer on your open source repos which will give you AI generated code reviews on your own PRs. I've been an engineer for 25+ years and I still find the feedback it gives to be invaluable.

Collapse
 
_ndeyefatoudiop profile image
Ndeye Fatou Diop

100%.
Code reviews are one of the best ways to upskill as a dev.
I never tried AI code reviewer but I should definitely :)