Submitted Questions

  • What are coding standards for unit testing?

    Use of comments,use descriptive varaibles function names.

    Tatyasaheb Patil

    • Nov 2nd, 2007

    Code should have comments as per understanding point of viewCode should be in optimized format.Code should be easy to understand (u must use variable names or function name descriptive)