Christopher Siu
users.csc.calpoly.edu › ~jdalbey › 301 › Forms › CodeReviewChecklistJava.pdf pdf
Code Review Checklist - Java 1. Specification / Design
Code Review Checklist - Java · 1. Specification / Design · [ ] Is the functionality described in the specification fully implemented by the code? [ ] Is there any excess functionality in the code but not described in the specification? 2. Initialization and Declarations ·
GitHub
github.com › andreimladin › java-code-review-checklist
GitHub - andreimladin/java-code-review-checklist
Understand the meaning of each model you defined and treat it like the most appropiate terminology for it: DTO (form for MVC), entity, Value Object, Java Bean ... Ensure that in case of any error or exception the API replies with the standard ...
Starred by 4 users
Forked by 5 users
My code review guide
Hello!
The recent post "Exactly what to say in code reviews" gave me the push to finally brush up my notes on code reviewing and turn them into a blog post.
Some of the advice is quite obvious and some is quite subjective (disclaimer: im in no way a rockstar engineer but I do have a relatively large and diverse experience). Hope you find it helpful!
More on reddit.comTo make code review better, shouldn’t we have a proper checklist to search and find problems rather than searching for random bugs?
Checklists are good for linting, etc. Code review is supposed to expose the code to whoever is interested and if any one owner to see for common potential logic flaws and shortcomings. Leave the repeatable, structured, well defined tasks to robots, like they were meant to be. More on reddit.com
Elevating Code Quality: The Ultimate Code Review Checklist
For those interested in AI Code Review bots, check out my company: https://ellipsis.dev We’re a much smaller startup than the authors of above article. Our most important feature is that when our bot finds a bug, you can ask our bot to write working, tested code to fix the problem. As far as I know, all the other products in the space only identify issues More on reddit.com
How to perform high quality code reviews?
https://mtlynch.io/code-review-love/ Articulates this better than I ever could 🙂 More on reddit.com
Videos
13:54
Complete Code Review Checklist - YouTube
23:34
How To REALLY Do Code Reviews - YouTube
50:08
Cracking the Code Review: from Guesswork to Automated Guidance ...
04:45
Code Review of Sample Java App using Amazon CodeGuru & GitHub - ...
25:15
Code Review Best Practices For Software Engineers / EngX - YouTube
08:43
Code review checklist. Real example - YouTube
University of Washington
courses.cs.washington.edu › courses › cse403 › 12wi › sections › 12wi_code_review_checklist.pdf pdf
Review Information: Name of Reviewer: Name of Coder: File(s) under review:
File(s) under review: · Brief description of change being reviewed:
SlideShare
slideshare.net › slideshow › mchopker-code-reviewchecklist2306140709274 › 36190565
Java Code Review Checklist | PDF
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
DeepSource
deepsource.com › blog › java-code-review-guidelines
Guidelines for Java code reviews • DeepSource
We've put together a list of guidelines that will help you review Java code effectively. Read on to learn more!
Scribd
scribd.com › document › 517337838 › Simple-Template-Checklist-Free-Excel-Download-1
Simple Template Checklist Free Excel Download | PDF
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
Google APIs
commondatastorage.googleapis.com › bluelotussoftware › documents › Code Review Checklist.docx docx
Googleapis
PK ! + G [Content_Types].xml ( ...
GitHub
github.com › softwaresecured › secure-code-review-checklist
GitHub - softwaresecured/secure-code-review-checklist: A starter secure code review checklist
A starter secure code review checklist · Available in Xlsx for offline testing · Information Gathering · Configuration · Secure Transmission · Authentication · Session Management · Authorization · Data Validation · Application Output · Cryptography ·
Starred by 184 users
Forked by 56 users