Paladin
unread,Nov 24, 2009, 9:09:28 PM11/24/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! Framework Development
The rest of joomla follows the general recipe:
processing
check for error
on error return
normal return
But a lot of the JCache family seems to follow the opposite recipe:
processing
check for error
on no error return
error return
It's a bit of a disconnect, and a problem waiting to happen in
maintenance, as the only real difference on the error check is the
presence/absence of !
Should that be addressed in coding conventions, should it be changed
to be more uniform, or should it just be left alone?