Friday 28 December 2012

Re: [dcphp-dev] Suggestions requested on best methods for reviewing thousand of lines of php

Depending on what you're trying to do, there are a few automated tools.

The Dead Code Detector will allow you to find dead code that isn't used anywhere.

The PHP Lines of Code tool will give you a basic understanding of the complexity and size of your project.

The PHP Copy Paste Detector will help you find code that is duplicated throughout the codebase.

Check out https://github.com/sebastianbergmann for all of these tools and more.

Brandon


On Thu, Dec 27, 2012 at 10:43 AM, <dkavanagh@semper-fortis.com> wrote:

Hello,

We have undertaken a review of many thousand of lines of php.

It is a working ECommerce application.

We do not have any Design docs, etc.

Any thought on how best to proceed?

Any particular Tools that can generate UML?

We are currently using  Sparx in Trial Mode...for example to get out some UML.


Thanks to everybody


--
You received this message because you are subscribed to the Google
Group: "Washington, DC PHP Developers Group" - http://www.dcphp.net
To post, send email to washington-dcphp-group@googlegroups.com
To unsubscribe, send email to washington-dcphp-group+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/washington-dcphp-group?hl=en
 
 

--
You received this message because you are subscribed to the Google
Group: "Washington, DC PHP Developers Group" - http://www.dcphp.net
To post, send email to washington-dcphp-group@googlegroups.com
To unsubscribe, send email to washington-dcphp-group+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/washington-dcphp-group?hl=en
 
 

0 comments:

Post a Comment