refactoring
Regardez d'autres dictionnaires:
Refactoring — (deutsch auch Refaktorierung, Restrukturierung oder Umgestaltung) bezeichnet in der Software Entwicklung die manuelle oder automatisierte Strukturverbesserung von Programm Quelltexten unter Beibehaltung des beobachtbaren Programm Verhaltens.… … Deutsch Wikipedia
Refactoring — Refactorisation La refactorisation (anglicisme venant de refactoring) est une opération de maintenance du code informatique. Elle consiste à retravailler le code source non pas pour ajouter une fonctionnalité supplémentaire au logiciel mais pour… … Wikipédia en Français
Refactoring — … Википедия
refactoring — noun An act or process in which code is refactored … Wiktionary
Code refactoring — Refactor redirects here. For the use of refactor on Wikipedia, see Wikipedia:Refactoring talk pages. Code refactoring is disciplined technique for restructuring an existing body of code, altering its internal structure without changing its… … Wikipedia
Database refactoring — A database refactoring is a simple change to a database schema that improves its design while retaining both its behavioral and informational semantics. A database refactoring is conceptually more difficult than a code refactoring; code… … Wikipedia
Pull Up refactoring — In software engineering, Pull Up refactoring involves moving a member of a class, such as a method, from a Subclass into a Superclass. How and when can this refactoring be applied?This refactoring is especially useful when subclasses of a certain … Wikipedia
Refaktorierung — Refactoring (deutsch auch Refaktorisierung, Refaktorierung, Restrukturierung oder schlicht Umgestaltung) bezeichnet in der Software Entwicklung die manuelle oder automatisierte Strukturverbesserung von Programm Quelltexten unter Beibehaltung des… … Deutsch Wikipedia
Refaktorisierung — Refactoring (deutsch auch Refaktorisierung, Refaktorierung, Restrukturierung oder schlicht Umgestaltung) bezeichnet in der Software Entwicklung die manuelle oder automatisierte Strukturverbesserung von Programm Quelltexten unter Beibehaltung des… … Deutsch Wikipedia
Rename method — is a refactoring that changes a name of a method into a new one, that better reveals its purpose.To have clearer, more understandable code, programmers would optimally want to change method names to reflect exactly what the method does. For… … Wikipedia