public marks

PUBLIC MARKS from bacon with tags code & Dicas

13 December 2007 12:15

Lazy programming and lazy evaluation

Lazy programming is a general concept of delaying the processing of a function or request until the results are needed. This concept has numerous applications, from the obvious to the obscure. Thinking in terms of lazy programming can help you rid your co