لا يوجد حاليا أي نص في هذه الصفحة. يمكنك البحث عن عنوان هذه الصفحة في الصفحات الأخرى، أو البحث في السجلات المتعلقة بها، لكن ليست لك صلاحية إنشاء هذه الصفحة.
تصنيف:Refactoring Techniques
صفحات تصنيف «Refactoring Techniques»
الصفحات 71 التالية مصنّفة بهذا التصنيف، من إجمالي 71.
R
- Refactoring/add parameter
- Refactoring/change bidirectional association to unidirectional
- Refactoring/change reference to value
- Refactoring/change unidirectional association to bidirectional
- Refactoring/change value to reference
- Refactoring/collapse hierarchy
- Refactoring/consolidate conditional expression
- Refactoring/consolidate duplicate conditional fragments
- Refactoring/decompose conditional
- Refactoring/duplicate observed data
- Refactoring/encapsulate collection
- Refactoring/encapsulate field
- Refactoring/extract class
- Refactoring/extract interface
- Refactoring/extract method
- Refactoring/extract subclass
- Refactoring/extract superclass
- Refactoring/extract variable
- Refactoring/form template method
- Refactoring/hide delegate
- Refactoring/hide method
- Refactoring/inline class
- Refactoring/inline method
- Refactoring/inline temp
- Refactoring/introduce assertion
- Refactoring/introduce foreign method
- Refactoring/introduce local extension
- Refactoring/introduce null object
- Refactoring/introduce parameter object
- Refactoring/move field
- Refactoring/move method
- Refactoring/parameterize method
- Refactoring/preserve whole object
- Refactoring/pull up constructor body
- Refactoring/pull up field
- Refactoring/pull up method
- Refactoring/push down field
- Refactoring/push down method
- Refactoring/remove assignments to parameters
- Refactoring/remove control flag
- Refactoring/remove middle man
- Refactoring/remove parameter
- Refactoring/remove setting method
- Refactoring/rename method
- Refactoring/replace array with object
- Refactoring/replace conditional with polymorphism
- Refactoring/replace constructor with factory method
- Refactoring/replace data value with object
- Refactoring/replace delegation with inheritance
- Refactoring/replace error code with exception
- Refactoring/replace exception with test
- Refactoring/replace inheritance with delegation
- Refactoring/replace magic number with symbolic constant
- Refactoring/replace method with method object
- Refactoring/replace nested conditional with guard clauses
- Refactoring/replace parameter with explicit methods
- Refactoring/replace parameter with method call
- Refactoring/replace subclass with fields
- Refactoring/replace temp with query
- Refactoring/replace type code with class
- Refactoring/replace type code with state strategy
- Refactoring/replace type code with subclasses
- Refactoring/self encapsulate field
- Refactoring/separate query from modifier
- Refactoring/split temporary variable
- Refactoring/substitute algorithm
- Refactoring/techniques
- Refactoring/techniques/dealing with generalization
- Refactoring/techniques/organizing data
- Refactoring/techniques/simplifying conditional expressions
- Refactoring/techniques/simplifying method calls