https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633
--- Comment #8 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #5) > Ok but I would have written > > use constant UPLERR_ALREADY_EXISTS => 'UPLERR_ALREADY_EXISTS'; > instead of > use constant ERRCODE_1 => 'UPLERR_ALREADY_EXISTS'; > > or even get rid of the constant if only used once. > > The goal is to make the code more readable, but when you see ERRCODE_X in > the perl script you still do not know what it means :) Giving in for high pressure -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
