Quote:
Originally Posted by mad@Max
To push code out to files to increase performance. Plus we will get a minor inconvenience for code editing
|
Please speak English here. I am not suggesting to split code out to files to increase performance. However, that will increase it if server have APC or similar op cache installed. VBulletin is executing it's hooks via eval() and that sucks in performance.
I am suggesting to split plugin into several files by functionality to improve the ability to collaborate. Editing one XML is like editing a... I don't know... Will you be able to code editor like Microsoft Paint all in one C++ source code file? Is that convenient? Of course, you can pull code parts out of XML at least to have some code highlighting and after editing - put it back there. But is that convenient? I prefer rich IDEs like Zend Studio for writing code. And they are, of course, no suitable for editing XML files with embedded PHP code.
Also if something like Git will be used, we will be able to push code for review by Ted and he will be able to easily pull it and import into the project.
Quote:
Originally Posted by Ted S
Aside from the profile I'm actually rather low on user input so I'm crafting up more ideas of my own. Lots of the stuff to do is really documenting... things like profile votes exist (for showing in posts), I just need to educate on how to use them better.
|
So... should we craft some code example on integrating data to user profile? Can you send me your latest plugin XML so that I could try to do that?
FractalizeR@yandex.ru.