Is code reviewing good practice?
When the company I work in hired new managers, they offered us to overview someone’s code on every meeting. We have meetings every two weeks, so each time one of developers was to show his/her code on the projector, and others were going to discuss it.
What do you say in a code review when the other person built an over complicated solution? [closed]
Closed 12 years ago.
Every SQL statement has to be reviewed by a DBA — common?
I mean everything, not just schema changes. Even a simple SELECT on a primary key can’t go into production, even though it has been code-reviewed by other developers (in context), without a DBA review of every statement, extracted from the code and submitted with EXPLAIN output, details of how often it will be called, etc, etc.
Can testers peer review the developers’ design and code?
I am a junior developer for a small business using scrum / agile development. A long-term goal of ours is to be appraised at CMMI lvl 2. We have a team of 3 senior developers who implement user stories and a handful of junior developers for support.
How to get developers to do code reviews in a timely manner
The company I work for requires all code to be reviewed by other developers before it is committed. The members of my team are often frustrated because the other developers are too busy coding to do a review, especially if it is very long. How do you incentivize other developers to do timely code reviews?
How to avoid typo errors, etc?
For the first time I have been coding for an open-source software where all my work gets reviewed before being commited. I understand reviewing work isn’t an easy task, so I don’t like to waste reviewers’ time and effort. But many times I make silly typo errors and errors of other kind while making a change in the code.
How to document and peer review design in scrum? [closed]
Closed 8 years ago.
Is it good/safe OOP practice to have a method whose only purpose is to send/retrieve data from another class?
I have a class that performs basic MySQL operations. This is all in PHP.
Review before or after code commit, which is better?
Traditionally we performed code review before commit, I had an argument with my colleague today, who preferred code review after commit.
Revamp application [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I am a software developer having an experience […]