Things to Look for in a Pull Request as a Junior Developer
HTML-код
- Опубликовано: 19 янв 2025
- Join my Discord! / discord
Discussing common things to look for when doing code reviews on pull requests. If you are a junior developer, this should be a good starting point for things to look for in code.
Want to learn and practice system design? Check out my Software Engineer System Design Series and join my discord where you can share your system designs and code to get reviewed by community members.
Subscribe!
Good stuff, man. The algorithm is recommending your videos. 👏
Really useful list
Thanks man
What do you look out for on matters security?
this could be an entire video itself, but some basics would be checking for the top Common Weakness Enumeration (CWE), potential for sql injection, authorization, and data annotations and bindings. there a ton of other things