Interview Questions

Functions - Size

Coding standards for Rational Robot


(Continued from previous question...)

Functions - Size

A function body should fit within an A4-page (approx. two monitor-pages). If the code does not fit it is a candidate for more decoupling to smaller functions. The larger a function body the harder to read and maintain.

(Continued on next question...)

Other Interview Questions