When is lazy evaluation not useful?

Posted by Cherian on Stack Overflow See other posts from Stack Overflow or by Cherian
Published on 2009-08-30T17:00:14Z Indexed on 2010/05/19 18:30 UTC
Read the original article Hit count: 434

Delay execution is almost always a boon. But then there are cases when it’s a problem and you resort to “fetch” (in Nhibernate) to eager fetch it.

Do you know practical situations when lazy evaluation can bite you back…?

© Stack Overflow or respective owner

Related posts about lazy-evaluation

Related posts about orm