Coding Standards/conventions Question:

Download Job Interview Questions and Answers PDF

Explain Functions Size?

Coding Standards Interview Question
Coding Standards Interview Question

Answer:

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.

Download Coding Standards Interview Questions And Answers PDF

Previous QuestionNext Question
What is Functions Indention?Explain Scripts and libraries Introduction?