Code Review - sgml/signature GitHub Wiki

  1. Write down the causes of most of your bugs

  2. Create a checklist based on that

  3. Self-review your own code

  4. Use unit tests of the framework as a baseline for your own tests

  5. Use the fundamental code (constructors, loggers, utils) as a baseline for your own code

Review Bias

https://developers.redhat.com/blog/2019/07/08/10-tips-for-reviewing-code-you-dont-like/

https://dev.to/jnschrag/10-lessons-learned-conducting-code-reviews-5di6

Checklists

https://www.edn.com/electronics-blogs/embedded-basics/4439170/10-Questions-to-ask-during-code-reviews

https://www.youtube.com/watch?v=fatTnX8_ZRk

Code Challenges

https://www.techgig.com/practice/swift

https://docs.aws.amazon.com/wellarchitected/index.html

http://www.programmr.com/api

References