Quote:
Originally Posted by used as an example
1. Valid - The hack complies with the vB Coding Standards both in terms of PHP and Source Code Formatting.
2. Cleared - The hack's PHP is optimised, but it has obvious flaws in Coding Style
3. Warning - Neither the hack's PHP or the hack's Coding Style complies
4. Pending - Pending evaluation (default for new hacks)
... opt-in, and people who choose never to opt-in just have to face having their hacks marked as "Unvalidated" ...
|
Assuming this example, the best to hope for using...
Code:
if (isset($a)) {
echo "A";
}
Is "Unvalidated" or "Cleared" even though...