Jaclynpqc / JaclynPham_website

sharing blogs about fuzzing, debugging, and swe team-based practice
https://jaclynpham.netlify.app/blog.html
0 stars 0 forks source link

Please review my SE12 and DB3 #13

Open Jaclynpqc opened 11 months ago

naboni07 commented 11 months ago

SE12: Great reflection on the “Unit Testing” chapter from “Software Engineering at Google”. Your understanding of Google’s approach to testing and the importance of maintainability is insightful.

DB3: Good job on reflecting the role of assertions in efficient debugging. Your understanding of their benefits and potential impact on tools like Chasten and Cellveyor is comprehensive. Excellent work! 👏

AlishChhetri commented 11 months ago

SE12: This article does a great job at summarizing the Unit Testing chapter of the Software Engineering at Google book. The emphasis on the 80/20 rule was a great aspect of the article.

DB3: This article does a great job at summarizing the Assertions chapter of the Debugging book. The ending sentence "Identify areas where assertions can provide early error detection and defect localization benefits." was a great takeaway from this chapter. I cannot wait to see how this is implemented into the tools in the future.