#code-review
Read more stories on Hashnode
Articles with this tag
Photo by Ben on Unsplash thank you :ok_hand: Performing PHP static analysis will help maintain your code quality over time, particularly as it becomes...
It’s no secret code is a complicated thing to write, debug, and maintain which is necessary for high software quality. Moreover, high code complexity...
If you code in Java and code reviews are part of your workflow we recommend you to go through the list below. Here are some of the Java Static...
This article discusses how to code review within a pull request in order to improve your code quality. Let's start with pull requests first. What are...
We always want to be fast at code reviews... How frequent is it for you to be reviewing code at 3 am? When code reviewing, do you find yourself...
When programming in Python, there are many Python static analysis tools to choose from. However, not all of them are worth your time. In this review,...