[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Actions Table Error
I noticed 3 actions in the ObjectActions table that have names that do not
match our naming conventions at all:
Edit (24)
Update (25)
Create (26)
According to the naming scheme we have been trying to use, these should be:
EditUser
UpdateUser
CreateUser
We have had to violate this naming scheme on occasion when the resulting text
didn't make any sense, but in this case it works ideally. If we allow generic
names like this to continue to exist, the system will get more and more
confusing to figure out.
Which brings me to the other nonstandard name in this table:
NOACT (13)
It claims to be a no action object, but in reality it is used to do things,
namely to return the info on an object without doing any action upon it.
However, it isn't the action that does this, but the objects that actually do
the info return. As such it may be named just fine, anyone else have an
opinion?
--
-------------------
Daniel E. Markle
syntax@ashtech.net
http://www.ashtech.net/syntax
-------------------