Enabling Efficient Production Support Activity

Readability The code should be readable which will help in quickly debugging the code in case of failure. Labeling with proper comments is recommended which will help understand flow of the code. Coding standards should be followed. Simplicity Break code to keep it simple. For complex code, learning curve becomes steep for support team to … Read more