Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How will you do code reviews
How will you do code reviews ?
✍: Guest
The way in which code reviews are done change from person to person and also company to company. But the normally when a project is started project people define their architecture, coding standards etc in their design document. So before starting the code review you will have go through the standards defined in the project.
2007-10-30, 6058👍, 0💬
Popular Posts:
How do I debug thread ? This window is only seen when the program is running in debug mode. In windo...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...
How To Control Vertical Alignment? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells By d...
What Is Posting? Posting is an event that writes Inserts, Updates and Deletes in the forms to the da...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...