Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / py-rope / DESCR
blobaee1a8e7d3a4fb230dcd34db29c635d348910288
1 Rope is a python refactoring library.
3 A basic desciption about code refactoring found on wikipedia:
5 Code refactoring is the process of changing a computer program's
6 source code without modifying its external functional behavior
7 in order to improve some of the nonfunctional attributes of the
8 software.
9 Advantages include improved code readability and reduced complexity
10 to improve the maintainability of the source code, as well as a
11 more expressive internal architecture or object model to improve
12 extensibility.