Mar 6, 2007 19:57
17 yrs ago
2 viewers *
English term

Refactoring

English to Spanish Tech/Engineering Computers (general) bases de datos
Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a 'refactoring') does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it's less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring. This site is a simple portal for information about refactoring. There is a list of sources of information about refactoring, including various books that have been written. There is a catalog of common refactorings, mostly taken from the original book. Many refactorings can be automated, and various tools exist to help the refactoring process. If you want to ask more questions try the mailing list. When new information appears, I update this page and the Atom feed.
Change log

Mar 6, 2007 19:57: changed "Kudoz queue" from "In queue" to "Public"

Discussion

Olivia Bravo Mar 6, 2007:
Todas estas preguntas ya las habían hecho. ¿Por qué continúas preguntando lo mismo? Por favor revisa la lista de preguntas.

Proposed translations

0 min

refactoreo

¿es esto parte de un examen?

Acaban de hacer esta misma pregunta. Checa la lista.
Something went wrong...
77 days

reformar, rehacer

Así lo encontré y la definición misma se condice con la que colocaste en inglés.

refactoring
> reformar, rehacer
Técnica para mejorar del diseño del código existente de un programa, simplificándolo y haciéndolo más limpio, elegante y comprensible. No altera la funcionalidad del software, pero mejora la estructura interna del código, intentando reducir al mínimo, o eliminar, los cambios en el API publicado. Generalmente se realiza renombrando métodos, cambiando campos entre clases, o creando nuevos métodos con piezas de código repetidas. Su uso hace más conservable el código para los cambios futuros al prevenir la entropía del software.
http://www.tugurium.com/gti/termino.asp
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search