Short pages

From CSSEMediaWiki
Jump to: navigation, search

Showing below up to 100 results starting with #51.

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)

  1. (hist) ‎Joff's Place ‎[316 bytes]
  2. (hist) ‎Make all Member Variables Private ‎[316 bytes]
  3. (hist) ‎List of OO Languages ‎[317 bytes]
  4. (hist) ‎Vendor lock-in ‎[318 bytes]
  5. (hist) ‎Exam questions ‎[322 bytes]
  6. (hist) ‎Extract Interface ‎[322 bytes]
  7. (hist) ‎Remove Parameter ‎[330 bytes]
  8. (hist) ‎Move methods ‎[334 bytes]
  9. (hist) ‎No Global Variables ‎[336 bytes]
  10. (hist) ‎Pull Up Field ‎[336 bytes]
  11. (hist) ‎Make constructors blocking ‎[338 bytes]
  12. (hist) ‎Replace Parameter with Explicit Methods ‎[342 bytes]
  13. (hist) ‎Erich Gamma ‎[344 bytes]
  14. (hist) ‎Remove Setting Method ‎[345 bytes]
  15. (hist) ‎Collapse Hierarchy ‎[345 bytes]
  16. (hist) ‎Replace Inheritance with Delegation ‎[348 bytes]
  17. (hist) ‎Extract Subclass ‎[351 bytes]
  18. (hist) ‎Keep accessors and mutators separate ‎[359 bytes]
  19. (hist) ‎Robert Cecil Martin 1997b ‎[360 bytes]
  20. (hist) ‎Move Method ‎[361 bytes]
  21. (hist) ‎Replace Constructor with Factory Method ‎[361 bytes]
  22. (hist) ‎Replace Data Value with Object ‎[365 bytes]
  23. (hist) ‎Inline Class ‎[366 bytes]
  24. (hist) ‎Introduce Local Extension ‎[378 bytes]
  25. (hist) ‎Hillside Group ‎[383 bytes]
  26. (hist) ‎DMA Design Project - Source Code ‎[383 bytes]
  27. (hist) ‎Divergent change smell ‎[386 bytes]
  28. (hist) ‎Duplicate Observed Data ‎[386 bytes]
  29. (hist) ‎Once and only once ‎[391 bytes]
  30. (hist) ‎JUnit ‎[392 bytes]
  31. (hist) ‎James Ashford Log ‎[397 bytes]
  32. (hist) ‎How to assess ‎[401 bytes]
  33. (hist) ‎Avoid accidental multiple inheritance ‎[404 bytes]
  34. (hist) ‎Self Encapsulate Field ‎[405 bytes]
  35. (hist) ‎Parse tree design ‎[408 bytes]
  36. (hist) ‎Interface ‎[408 bytes]
  37. (hist) ‎Rename Method ‎[419 bytes]
  38. (hist) ‎Square-rectangle problem ‎[424 bytes]
  39. (hist) ‎Subclass ‎[427 bytes]
  40. (hist) ‎Jim Coplien ‎[429 bytes]
  41. (hist) ‎Add Parameter ‎[430 bytes]
  42. (hist) ‎Have courage ‎[431 bytes]
  43. (hist) ‎Cay Horstmann 2006 ‎[432 bytes]
  44. (hist) ‎Agile methods ‎[436 bytes]
  45. (hist) ‎Beware of non-communicating methods ‎[439 bytes]
  46. (hist) ‎Active record pattern ‎[440 bytes]
  47. (hist) ‎Replace Array with Object ‎[451 bytes]
  48. (hist) ‎Association versus Dependency ‎[459 bytes]
  49. (hist) ‎Parameterise Method ‎[460 bytes]
  50. (hist) ‎Abstract class ‎[462 bytes]
  51. (hist) ‎Option-operand separation ‎[464 bytes]
  52. (hist) ‎Inline Temp ‎[465 bytes]
  53. (hist) ‎Trygve Reenskaug ‎[465 bytes]
  54. (hist) ‎Beware singletons ‎[468 bytes]
  55. (hist) ‎Nelson Shaw Project Log ‎[468 bytes]
  56. (hist) ‎Alternative classes with different interfaces smell ‎[470 bytes]
  57. (hist) ‎Extract Superclass ‎[470 bytes]
  58. (hist) ‎Replace Error Code with Exception ‎[479 bytes]
  59. (hist) ‎Many to many association idiom ‎[482 bytes]
  60. (hist) ‎2010 frog design criticisms ‎[492 bytes]
  61. (hist) ‎Replace Exception with test ‎[493 bytes]
  62. (hist) ‎Introduce common data class ‎[494 bytes]
  63. (hist) ‎Mujtaba's Initial Design ‎[500 bytes]
  64. (hist) ‎Robert Cecil Martin 1996b ‎[501 bytes]
  65. (hist) ‎Single choice principle ‎[505 bytes]
  66. (hist) ‎Replace Type Code with Class ‎[516 bytes]
  67. (hist) ‎Avoid interface pollution ‎[517 bytes]
  68. (hist) ‎Move common factors up the hierarchy ‎[517 bytes]
  69. (hist) ‎Introduce common base class ‎[520 bytes]
  70. (hist) ‎Lazy class smell ‎[530 bytes]
  71. (hist) ‎Primitive obsession smell ‎[532 bytes]
  72. (hist) ‎Replace Magic Number with Symbolic Constant ‎[540 bytes]
  73. (hist) ‎Nomenclature ‎[554 bytes]
  74. (hist) ‎Diamond Problem ‎[555 bytes]
  75. (hist) ‎Accountability Design ‎[558 bytes]
  76. (hist) ‎Change Unidirectional Association to Bidirectional ‎[560 bytes]
  77. (hist) ‎Move Field ‎[561 bytes]
  78. (hist) ‎Kent Beck 2003 ‎[563 bytes]
  79. (hist) ‎Change Value to Reference ‎[564 bytes]
  80. (hist) ‎Unified Modeling Language ‎[565 bytes]
  81. (hist) ‎Robert Pirsig 1974 ‎[568 bytes]
  82. (hist) ‎PLoP 1995 ‎[568 bytes]
  83. (hist) ‎Copy Constructor vs the Encapsulation Boundary ‎[570 bytes]
  84. (hist) ‎Mock objects ‎[579 bytes]
  85. (hist) ‎Extensibility ‎[582 bytes]
  86. (hist) ‎Introduce Parameter Object ‎[582 bytes]
  87. (hist) ‎Data mapper pattern ‎[582 bytes]
  88. (hist) ‎Table data gateway pattern ‎[589 bytes]
  89. (hist) ‎Row data gateway pattern ‎[590 bytes]
  90. (hist) ‎Page controller pattern ‎[594 bytes]
  91. (hist) ‎Comments smell ‎[596 bytes]
  92. (hist) ‎Shotgun surgery smell ‎[601 bytes]
  93. (hist) ‎Introduce Explaining Variable ‎[604 bytes]
  94. (hist) ‎Encapsulate Field ‎[610 bytes]
  95. (hist) ‎Text design ‎[616 bytes]
  96. (hist) ‎Incomplete library class smell ‎[622 bytes]
  97. (hist) ‎Containment implies uses ‎[623 bytes]
  98. (hist) ‎Boat anchor ‎[625 bytes]
  99. (hist) ‎Lecture times ‎[626 bytes]
  100. (hist) ‎Ralph Johnson ‎[627 bytes]

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)

Views
Personal tools
Toolbox