By bloid
via blogs.pathf.com
Submitted: Mar 04 2008 / 12:55
I'm working on a project estimating and tracking tool that we use internally here at Pathfinder. In that tool, each task is normally assigned to a specific user, however it's not at all unusual for a task to live in the database for some time in an unassigned state. This leads to a lot of special case code along the lines of:
if task.user? then user.full_name else nil
Add your comment