Interview Questions

Scripts and libraries - Size

Coding standards for Rational Robot


(Continued from previous question...)

Scripts and libraries - Size

Main script section ("Sub Main .. End Sub) and function bodies should fit within an A4-page (approx. two monitor-pages). If the code doesn't fit it is a candidate to do more decoupling to separate small functions. The bigger a function body the harder to read and maintain.

(Continued on next question...)

Other Interview Questions