Any advice for improving the quality of your software team’s pull requests before they head to review? Looking for ways to increase the quality of PRs across the board and reduce the changes needed.

1.3k viewscircle icon2 Upvotescircle icon3 Comments
Sort by:
CTO in Software8 months ago

GitHub pre commit hooks that run local linters, test and other automatic checks before each commit.

Pair programming

Don’t do PR but go for trunk based approach:-)

Lightbulb on1
Director of Engineering9 months ago

Practice methodologies such as Scrum which make each team member responsible for ensuring that their code is up to scratch before pushing it. 

Senior Director Software Engineering9 months ago

Will answer at a high level, but happy to elaborate if helpful :)

1. Written standards, agreed on by the team, and an expectation that folks read them when they join the team, as part of a team onboarding process.

2. If your organization is pro-gen-ai, there's tons of potential there for this.

3. Automated code quality systems and tests

Lightbulb on1

Content you might like

Certified Associate in Software Testing (CAST)29%

Certified Software Tester (CSTE)48%

ISTQB Foundation Level32%

ISTQB Agile Tester25%

Certification in a specific automation tool (i.e. Selenium, Ranorex)23%

Other certification5%

None8%

View Results

Access: RBAC, PAM6%

Application Security30%

API Security19%

Cloud Security10%

Container Security5%

Infrastructure Security3%

Kubernetes Security3%

Exposed Secrets10%

Vulnerable Code3%

Vulnerable Dependencies8%

Vulnerable End-Points

Other

View Results