-
Notifications
You must be signed in to change notification settings - Fork 104
Inconsistencies report
Louis Charette edited this page Apr 19, 2014
·
1 revision
Shouldn't this be join - leave
Shouldn't this be join - leave
Should't this be either:
userLeave - userJoin or userLeft - userJoined
use of del vs rm vs remove vs delete
Wouldn't it be more consistant to name things either:
del or remove or rm or delete
examples: rmChan (Server) vs delProperty (Server) vs removeEvent (Client) PipeDelete (Client event)
use of new vs add vs mk vs create
Wouldn't it be more consistant to name things either:
new or add or mk or create
examples: newPipe (Client) addUser (Client) mkChan (Server) multiPipeCreate (Client event)
Sometimes abbeviations are used, sometimes not:
rmChan vs removeEvent mkChan vs addEvent rmChan () vs getChannelByName