bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Advanced Textual Confirmation - Benefits for experienced PHP developers

Author Message
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Aug 02, 2007 3:07 am    Post subject: Benefits for experienced PHP developers  

The home page of Advanced Textual Confirmation lists its benefits, but the list isn't full. I omitted some points which are targeted to the experienced PHP developers. Here are these points.

* The code is developed and tested under the highest (E_ALL) level of reporting. The script doesn't produce warnings in the log files.

* The array $GLOBALS remains unchanged. No unexpected surprises for your script.

* Simple, but efficient optimization: the code is decrypted and execute only if the request method is POST.

* We use unit testing, a technique, which greatly reduces the number of bugs and improves the quality of code.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.