Joined: 03 May 2006 Posts: 2292 Location: Colorado
Posted: Mon Jan 26, 2004 11:43 pm Post subject:
We can just change this to developers later, and add in more users if they seem adept enough
Any way i just wanted a place to discuss additions to MSN.pm without implementing them right away, kinda give it direction and let us all keep up to date. This way minor updates can be prepared, and reviewd, before release to the public. We haven't had any issues with errors in updates that i've noticed, (prob my posts if they were) but maybe we can avoid so many minor revision numbers and clump them together.
To start the ball rolling i was thinking that the adding to and removing lists should have a commond base command. Since it doesn't seem to matter which list is being added to the protocol is the same, it would make the most sense to have an _add_to_list($list,$user) and a _rem_from_list($list,$user)
Nameing conventions for subs in MSN.pm would also keep the interface cleaner. Any suggestions on that? I think private should all start with _ , then if we see a newbie doing _anything we can tell them to stop Other than that i'm open, but i would like to move MSN.pm to one standard naming convention.
cheers. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com
yeah thats a good idea for subs people shouldnt be using also the _add_to_list($list,$email) would be a good idea since the SYN, add,rem contact, block, unblock could all use that sub so we wouldnt have to have the code twice for each part (one for each protocol) we could just have it in the one sub, and not worry about having to change it in any other spots