On Mon, Mar 29, 2010 at 7:54 AM, Dmitriy Sintsov questpc@rambler.ru wrote:
Calls has to be short so the code won't grew too much.
I disagree. Readability counts and you only have to write a certain code once, but you will read it many times. Therefore a clear, but longer function call is preferable if it is more readable than a short one.
Bryan