The validation process.....
*sigh*
It keeps swimming againsat the stream. I uploaded (again) a mod for validation. Again it was turned down for reasons, well, like i said. It seems like swimming against the stream. The main reason for turning down the mod was because of......erm, following the code guidelines...... In fact, i was advised to do something that is 180 degrees the other way around of the coding guidelines.
After asking some things about validation....there was NO reply (yes, few days later, stating they havent seen my question...... and, well, nothing. (Yes, one of the reasons the validation failed was because of a bug in phpbb 3.05 that me (and others) added to the bug tracker....... The last reply when questioning about this: yes, this seems to be the same issue.....)
Furthermore, the mod was turned down because i used the next sentence in my language file:
Code: Select all
'WPM_SENDER' => 'Sender\'s name',
according to the validator this needs to be:
evenm though the coding guidelines clearly state:
// Good - Literal straight quotes should be escaped with a backslash, ie: \
...
'CONV_ERROR_NO_AVATAR_PATH'
=> 'Note to developer: you must specify $convertor[\'avatar_path\'] to use %s.',
...
(and 2 lines down):
// Bad - The un-escapsed straight-quote/apostrophe will throw a PHP parse error
...
'USE_PERMISSIONS' => 'Test out user's permissions',
...
// Okay - However, non-programmers wouldn't type "user\'s" automatically
...
'USE_PERMISSIONS' => 'Test out user\'s permissions',
...
// Best - Use the Unicode Right-Single-Quotation-Mark character
...
'USE_PERMISSIONS' => 'Test out user’s permissions',
Pointing this out to the validator gives........NOTHING, no reply, no nothing since the last one, 1 week ago.
Now i understand people are busy, i understand the validation team must validate loads of mods but would it be too much to ask for a decent answer, a reply of not more than, well, 2 lines, saying the validation wasn't going as it should be and the validation team will validate it again ????? Or the "team" will validate the new mod or......
Nope, nothing of the kind. A simple and clean NO REPLY and that is the most frustrating part. It seems the validator made a few errors, and when pointing them out there is simply no answer, and you'll have to wait until the new mod is validated at....well, later......
I am really really annoyed with this right now. My feedback on the validation process is, well let's keep it nice in here:
Try to get some validators that know their code, know their own coding guidelines and know what bugs are in the bug tracker. I think validation would dramatically decrease then....(as it seems that mods aren't turned down while they shouldn't......)
For now i wish all validators wisdom and an nice and long quit weekend.......