Tagged Questions
0
votes
2answers
209 views
What do you think about the quality of this php code?
What do you think about this code?
I know this has html mixed with php. How can we separate html from php? What else needs to be done to improve the quality of this code?
Hopefully some php ...
4
votes
4answers
2k views
When should assert() be used?
In developing a large C++ programming project with many developers, we have run into issues with inappropriate use of assert() in the code which results in poor quality where the assertion does indeed ...
3
votes
1answer
111 views
searching for a free and trusty js and php code review tool
i'm looking for a free tool, which i can use local to do javascript and php codreviewing. if it's even easy to install you'll be my hero!
any experiences, preferences, suggestions, commendations?
...
1
vote
3answers
99 views
Make sure all changes are commented
As part of QA activities I need to make sure that all changes between the last tagged code and the proposed code are commented (At least have references to an issue ID).
Is there a way of doing this ...
8
votes
3answers
1k views
Best PHP QA tools
I am looking for QA tools for PHP. I am used to PMD, FindBugs and Checkstyle in the Java world. Are there some similar tools for PHP doing code analysis?
So far I have found these, but not tested yet:
...
7
votes
4answers
355 views
How does one deal with backdoor code changes?
Scenario
I admit (somewhat shamefully) that I have not only witnessed this particular practise, but I have also committed it myself. My name is Jeff and I have gamed a quality process to get my way. ...
5
votes
6answers
2k views
What are the good code review/walkthrough techniques? [closed]
Our team is pretty committed to code walkthroughs. I define a walkthrough as: Where two people sit down next to a computer and look at a diff prior to committing.
I do find them to be very time ...
7
votes
1answer
5k views
Code review addin for Visual Studio [duplicate]
Possible Duplicate:
Code Review plugin for Visual Studio and TFS
This isn't so much as a question, as an idea which I think would be helpful. I decided to post it here to get feedback on ...