User contributions
From CSSEMediaWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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...)
- 01:30, 6 August 2009 (diff | hist) PaulDesignStudy
- 01:27, 6 August 2009 (diff | hist) N File:Nextactivityuml.jpg (top)
- 01:27, 6 August 2009 (diff | hist) N File:Elementuml.jpg (top)
- 01:26, 6 August 2009 (diff | hist) N File:Firstactivityuml.jpg (top)
- 01:21, 6 August 2009 (diff | hist) PaulDesignStudy
- 20:48, 5 August 2009 (diff | hist) N Introduce Explaining Variable (New page: If you have a complicated expression put them into temporary variables that explain what they do. This can help make code easier to read and understand. if ( (platform.toUpperCase().inde...)
- 20:35, 5 August 2009 (diff | hist) N Replace Temp with Query
- 05:23, 29 July 2009 (diff | hist) PaulDesignStudy (→Aims for my first design)
- 05:21, 29 July 2009 (diff | hist) PaulDesignStudy (→Walkthrough)
- 05:19, 29 July 2009 (diff | hist) N Inline Temp (New page: Basically inline temp is removing variables that have been created to store a value returned from a query and replacing it with the actual query. This leads to much clearer code (arguable)...)
- 02:56, 29 July 2009 (diff | hist) PaulDesignStudy (added uml)
- 02:55, 29 July 2009 (diff | hist) N File:Uml1.png (top)
- 23:33, 28 July 2009 (diff | hist) N Inline Method (New page: This is basically the opposite of the Extract Method where you replace method calls with the body of code Sometimes the body of a method is as clear as the method name....)
- 22:46, 28 July 2009 (diff | hist) Talk:Model view controller
- 22:36, 28 July 2009 (diff | hist) Talk:Masturbated
- 22:32, 28 July 2009 (diff | hist) PaulDesignStudy
- 22:09, 28 July 2009 (diff | hist) PaulDesignStudy (edited page to have my stuff instead of Janina)
- 00:42, 27 July 2009 (diff | hist) PaulDesignStudy (Page created and used Janina layout for her design)
- 00:40, 27 July 2009 (diff | hist) N PaulDesignStudy (just created)
- 00:37, 27 July 2009 (diff | hist) m User:Paul Williams (top)
- 22:03, 23 July 2009 (diff | hist) User:Paul Williams
- 22:02, 23 July 2009 (diff | hist) User:Paul Williams
- 22:01, 23 July 2009 (diff | hist) N File:Pj2.jpg (top)
- 22:01, 23 July 2009 (diff | hist) User:Paul Williams
- 21:57, 23 July 2009 (diff | hist) N File:Pj.jpg (top)
- 21:57, 23 July 2009 (diff | hist) User:Paul Williams
- 21:51, 23 July 2009 (diff | hist) N File:PaulWilliams.jpg (top)
- 21:47, 23 July 2009 (diff | hist) Wiki users
- 21:36, 23 July 2009 (diff | hist) m Coupling
- 21:34, 23 July 2009 (diff | hist) m Coupling (created coupling page)
- 21:33, 23 July 2009 (diff | hist) Coupling
- 21:32, 23 July 2009 (diff | hist) N Coupling (New page: == Coupling == Coupling refers to the degree of direct knowledge that one class has of another. This is not meant to be interpreted as encapsulation vs. non-encapsulation. It is not a ref...)
- 20:40, 23 July 2009 (diff | hist) Talk:A froggy visitor (adding my thoughts about the visitor)
- 04:10, 14 July 2009 (diff | hist) m Lecture times
- 04:09, 14 July 2009 (diff | hist) Lecture times
- 04:09, 14 July 2009 (diff | hist) m Lecture times
- 04:02, 14 July 2009 (diff | hist) N User:Paul Williams (New page: Pauls Home Page)
- 04:01, 14 July 2009 (diff | hist) m Keep last years stuff
- 04:01, 14 July 2009 (diff | hist) m Keep last years stuff
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)