Project Analysis (redundant functions)
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
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".
Project Analysis (redundant functions)
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!
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
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
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