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!

Комментарии • 5

  • @fakevc211
    @fakevc211 3 дня назад

    Good stuff, man. The algorithm is recommending your videos. 👏

  • @josephp.3341
    @josephp.3341 2 дня назад

    Really useful list

  • @henrik3098
    @henrik3098 3 дня назад

    Thanks man

  • @bencroacademy
    @bencroacademy 3 дня назад

    What do you look out for on matters security?

    • @StephenSamuelsen
      @StephenSamuelsen  3 дня назад

      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