naveedramzan Posted May 5, 2008 Posted May 5, 2008 hello all, plz tell me why every function name start with 'tep' ... thanks in advance Muhammad Naveed Ramzan Software Engineer Discretelogix (Pvt.) Ltd. Islamabad, Pakistan Mail: [email protected]
♥geoffreywalton Posted May 5, 2008 Posted May 5, 2008 Suspect it relates to the fact osc was formerly called The Exchange Project. Why not try google for more info Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
arietis Posted May 7, 2008 Posted May 7, 2008 Suspect it relates to the fact osc was formerly called The Exchange Project. it's also a common practice among programmers to prefix global function names with something. this allows another programmer, or third party library to be added without the possibility of 'function name collisions' - having the same name defined twice in two separate areas of the code. this is especially bad if the functions do very different things.
naveedramzan Posted May 7, 2008 Author Posted May 7, 2008 it's also a common practice among programmers to prefix global function names with something. this allows another programmer, or third party library to be added without the possibility of 'function name collisions' - having the same name defined twice in two separate areas of the code. this is especially bad if the functions do very different things. thanks to u all Muhammad Naveed Ramzan Software Engineer Discretelogix (Pvt.) Ltd. Islamabad, Pakistan Mail: [email protected]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.