https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26555

Tomás Cohen Arazi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|ASSIGNED                    |In Discussion

--- Comment #3 from Tomás Cohen Arazi <[email protected]> ---
Should we call it 'messages' to make it more general?

Jonathan pointed that this situation could be confusing:

    $o->bad_call
    $o->errors; # error is set
    $o->good_call
    $o->errors; # error is still set

Setting 'In discussion' with the hope to get some feedback. I think this
pattern is something we would like to make use of. Or we could

    return $self, { something => else };

instead of crafting this into Koha::Object.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to