Project Analysis (redundant functions)

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Riz
Posts: 4
Joined: Tue Oct 11, 2005 2:43 am

Project Analysis (redundant functions)

Post by Riz »

It would be great if Rapid PHP or Web Builder had a feature where one could analyse a project and find redundant or unused functions!
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Interesting idea. I am not sure whether this is in the scope of code editor. I would appreciate any additional comments.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

sounds like part of a code beatifier. it'd be neat but I'd always be too sketched out to use it. maybe if it just came up with suggestions.

In css, for instance, if it understood the cascade it could tell you if you can combine certain selectors to reduce code. like:

.r {color:red;}
.red {color: red;}

becomes
.r, .red {color:red;}


Clean code rules but this wouldn't be very high on my wishlist.


Will
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

This is a very interesting thought.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply