Multiple choice technology testing

Select ALL that are FALSE: The comments (Annotations in DataStage)...

  1. Is not mandatory and it is time consuming

  2. Is a good practice, but it can be ignored when delivery is critical, and the developer is running out of time

  3. Defect has to be raised if proper comment and documentation are missing

  4. Better to add at later point of time in the development (after the entire coding is complete)

  5. All complex mapping and coding to be explained in comments

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

In DataStage development, omitting annotations or postponing them is bad practice. The options stating that comments are not mandatory/time-consuming, can be ignored during critical delivery, or added later are false.