[QUESTION] Merging Plugins?
I would like to ask, if for example i have two plugins that are using for example prethink, would merging them into one plugin make any difference? having just one prethink call instead of two?
|
Re: [QUESTION] Merging Plugins?
No different.
|
Re: [QUESTION] Merging Plugins?
It will depend on the code of both plugins... but it won't make a big difference.
|
Re: [QUESTION] Merging Plugins?
It will likely make it worse from a logistics point of view. You would have to add extra code to make sure that they both worked together correctly unless they share a significant portion of the code at which point you'd need to refactor it.
|
Re: [QUESTION] Merging Plugins?
If u have a check for example is_user_admin, which both thinks use then it will be more eficient merging both plugin and call the function once. But it doesnt make big difference. Sometimes it's better to use separate plugins, depends on what are you purposed to do.
|
Re: [QUESTION] Merging Plugins?
ok, thanks :D
|
Re: [QUESTION] Merging Plugins?
Quote:
|
| All times are GMT -4. The time now is 18:08. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.