User contributions
From CSSEMediaWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:13, 5 October 2009 (diff | hist) PaulDesignStudy (→Final Layout) (top)
- 01:12, 5 October 2009 (diff | hist) N File:Finals.png (top)
- 01:11, 5 October 2009 (diff | hist) PaulDesignStudy (→Final Layout)
- 01:04, 5 October 2009 (diff | hist) PaulDesignStudy (→Model-View-Controller)
- 01:02, 5 October 2009 (diff | hist) N File:MVC1.png (top)
- 01:02, 5 October 2009 (diff | hist) PaulDesignStudy (→Model-View-Controller)
- 01:00, 5 October 2009 (diff | hist) File:MVC.png (uploaded a new version of "Image:MVC.png") (top)
- 00:59, 5 October 2009 (diff | hist) File:MVC.png (uploaded a new version of "Image:MVC.png")
- 00:56, 5 October 2009 (diff | hist) N File:ScriptWriterMPML3D.zip (top)
- 00:56, 5 October 2009 (diff | hist) PaulDesignStudy (→Final Layout)
- 00:55, 5 October 2009 (diff | hist) N File:MPML3D.zip (top)
- 00:53, 5 October 2009 (diff | hist) PaulDesignStudy (→AbstractActivity and subclasses.)
- 00:51, 5 October 2009 (diff | hist) N File:AbstractElement2.jpg (top)
- 00:50, 5 October 2009 (diff | hist) N File:Elementumql.jpg (top)
- 00:50, 5 October 2009 (diff | hist) PaulDesignStudy (→AbstractActivity and subclasses.)
- 01:53, 25 September 2009 (diff | hist) m PaulDesignStudy (→Followed design principles)
- 05:18, 28 August 2009 (diff | hist) N File:HideDelagate.gif (top)
- 05:18, 28 August 2009 (diff | hist) N Hide Delegate (New page: A client is calling a delegate class of an object. Create methods on the server to hide the delegate. image:hideDelagate.gif <br> One of the keys, if not the key, to objects is encaps...)
- 05:14, 28 August 2009 (diff | hist) N File:InlineClass.gif (top)
- 05:14, 28 August 2009 (diff | hist) N Inline Class (New page: A class isn’t doing very much. Move all its features into another class and delete it. image:inlineClass.gif <br> If a class has been re factored and lot of its previous responsibil...)
- 02:34, 19 August 2009 (diff | hist) PaulDesignStudy
- 02:12, 19 August 2009 (diff | hist) PaulDesignStudy
- 02:08, 19 August 2009 (diff | hist) PaulDesignStudy (→Model-View-Controller)
- 02:07, 19 August 2009 (diff | hist) PaulDesignStudy (→Review)
- 01:58, 19 August 2009 (diff | hist) PaulDesignStudy
- 01:51, 19 August 2009 (diff | hist) PaulDesignStudy (→Design Critique)
- 01:46, 19 August 2009 (diff | hist) N File:Final.jpg (top)
- 01:46, 19 August 2009 (diff | hist) PaulDesignStudy
- 23:09, 18 August 2009 (diff | hist) File:AbstractElement.png (uploaded a new version of "Image:AbstractElement.png") (top)
- 23:08, 18 August 2009 (diff | hist) PaulDesignStudy (→AbstractActivity and subclasses.)
- 23:07, 18 August 2009 (diff | hist) N File:AbstractElement.png
- 23:06, 18 August 2009 (diff | hist) PaulDesignStudy (→AbstractActivity and subclasses.)
- 23:02, 18 August 2009 (diff | hist) PaulDesignStudy
- 23:00, 18 August 2009 (diff | hist) PaulDesignStudy (→Model-View-Controller)
- 22:59, 18 August 2009 (diff | hist) File:MVC.png (uploaded a new version of "Image:MVC.png")
- 22:58, 18 August 2009 (diff | hist) File:MVC.png (uploaded a new version of "Image:MVC.png")
- 22:58, 18 August 2009 (diff | hist) PaulDesignStudy
- 22:57, 18 August 2009 (diff | hist) N File:MVC.png
- 22:34, 18 August 2009 (diff | hist) Observer (→See also)
- 22:23, 18 August 2009 (diff | hist) PaulDesignStudy
- 23:43, 12 August 2009 (diff | hist) N Move Field (New page: A field is, or will be used by another class more than the class in which it is defined. image:movefield.gif <br> Moving state and behavior between classes is the very essence of refa...)
- 23:43, 12 August 2009 (diff | hist) N File:Movefield.gif (top)
- 23:38, 12 August 2009 (diff | hist) N Substitute Algorithm (New page: This is when you replace the algorithm with the new algorithm. Here is another good reason for keeping algorithms with in a method. String foundPerson(String[] people){ for (i...)
- 03:39, 7 August 2009 (diff | hist) Quotes
- 01:39, 7 August 2009 (diff | hist) Quotes
- 21:10, 6 August 2009 (diff | hist) N Replace Method with Method Object (New page: You have a long method that uses local variables in such a way that you cannot apply Extract Method. //class Order... double price() { double primaryBasePrice; do...)
- 21:05, 6 August 2009 (diff | hist) N File:Replace.gif (top)
- 20:52, 6 August 2009 (diff | hist) N Remove assignments to Parameters (New page: The code assigns to a parameter. int discount (int inputVal, int quantity, int yearToDate) { if (inputVal > 50) inputVal -= 2; ... } Use a temporary variable inst...)
- 20:43, 6 August 2009 (diff | hist) Split Temporary Variable
- 20:41, 6 August 2009 (diff | hist) N Split Temporary Variable (New page: This is when you have create a temporary variable that you use all the way through a method. foo() int temp = 2 * (height + width); System.out.print(temp); temp = height * width; System.ou...)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)