
Guidelines for Java code reviews
We’ve put together a list of guidelines that will help you review Java code effectively. Read on to learn more! Source: Codementor
We’ve put together a list of guidelines that will help you review Java code effectively. Read on to learn more! Source: Codementor
Tips, incidents, and timeless advice around maintaining code quality, with Badri Rajasekar. Source: Codementor
How to cover all aspects of the code in a review. Source: Codementor
A list of anti-patterns you should avoid while writing code in Golang. Source: Codementor
Automated code review tools can help you automate the process, improve your code quality, and save valuable developer time. Source: Codementor
Adding static analysis to your CI pipeline gives you the confidence to quickly iterate, add features, squash bugs, and instantly deploy changes to production. Source: Read More
Heap — like most companies — has a code review (CR) process. Until recently, that process often involved manually catching trivial issues in PRs (Pull Read More
Why do you do code reviews? Perhaps it’s company policy, just an automatic part of your process, but have you ever sat down with your Read More
Code reviews are a great way to learn. Letting automation handle minutiae like code style leaves more time for devs to look at the bigger Read More
Python’s popularity attracts black and white-hat hackers alike. Here’s how static code analysis solutions like Bandit can help us find and fix security flaws in Read More