Codenizer

Codenizer 2009

Codenizer is a tool for PHP developers. Codenizer is used for analyzing and validating code. This means it can help you detect lot of common programming mistakes and bugs prior to program execution. If you ever used Perl you can think of Codenizer as of external "use strict" enforcing tool. Codenizer is setup within seconds without any hassle, on Codenizer's site you can find more (detailed and very easy to follow) instructions how to configure various editors/IDEs with Codenizer. Using Codenizer requires just one extra step from doing things the old way -- after saving your file just invoke Codenizer from within your IDE and you will be presented with its analysis.Codenizer can save you a lot of time on debugging, allowing you to focus on more complicated aspects of the problems you are working on. Codenizer's ability to assist you in code checking allows you to do more ACTUAL work on your program than before, in the same amount of time. Codenizer can be easily integrated into many programming editors and IDEs so you can probably use it from within your favorite working environment. You can find more details on integrating Codenizer with various IDEs on product pages. Codenizer is much more powerful than PHP’s built-in mechanisms of reporting warnings and errors and it can detect huge superset of errors detectable by PHP interpreter. Once you experience benefits Codenizer offers you won’t be able to do PHP programming the same "old" way as before.

Download Codenizer

Home