Advertisement
Advertisement

More Related Content

Advertisement

Writing code that lasts - JAB14

  1. Writing code that lasts. Rafael Dohms
 @rdohms photo: djandyw.com
  2. Writing code 
 you won’t hate tomorrow. Rafael Dohms
 @rdohms photo: djandyw.com
  3. Let me introduce you to someone…
  4. No Tests. Wrote his own framework. 500 line methods. Used Singletons!
  5. photo: Rob Allen (@akrabat)
  6. REWRITE ALL THE CODE!
  7. Real Developers, SHIP STUFF. photo: Glyn Lowe Photoworks
  8. How do we find balance? photo: Kalexanderson
  9. Code has an expiration date photo: CarbonNYC
  10. Code is perishable, it rots. photo by: massdistraction
  11. Code Evolves photo by: kevin dooley
  12. Languages evolve. photo by: raneko
  13. You evolve. photo by: Kaptain Kobold
  14. Complexity 
 kills Comprehension photo: osbornb
  15. Bad Design photo: miskan
  16. Bad specs
  17. NIH source: Urban dictionary photo by: John 'K'
  18. NIH | nɒt ɪnˈventɪd hɪə |
 Not Invented Here —The German art of humiliating any technology, agricultural product, or (medical) scientific work that has not been invented or produced in Germany, Switzerland, or Austria. source: Urban dictionary photo by: John 'K'
  19. The Solution™ photo: Ian Sane
  20. Improve code
  21. Improve code make it easier to comprehend
  22. Improve code make it easier to comprehend make it flexible
  23. Improve code make it easier to comprehend make it flexible make it tested
  24. Improve code make it easier to comprehend make it flexible make it tested make it easier to replace, refactor
  25. Improve code make it easier to comprehend make it flexible make it tested make it easier to replace, refactor make it not exist
  26. Good Design Concepts
  27. SOLID Single Responsibility
 Open/close
 Liskov substitution
 Interface segregation
 Dependency inversion
  28. STUPID Singleton
 Tight Coupling
 Untestability
 Premature Optimization
 Indescriptive Naming
 Duplication
  29. Composer
  30. PIE Proudly
 Invented
 Elsewhere
  31. guzzle/guzzle HTTP client for RESTful API clients
  32. morrisonlevi/ardent A library of collections for PHP
  33. Readability photo: Morgenland
  34. paragraphs photo: Trossachs Photography
  35. whitespace
  36. R&D Team for MIH/Naspers São PauloCape Town
  37. Object Calisthenics photo by: boston_public_library
  38. Calisthenics /ˌkaləsˈTHeniks/ Calisthenics are a form of dynamic exercise consisting of a variety of simple, often rhythmical, movements, generally using minimal equipment or apparatus. photo by: boston_public_library
  39. Its about perception, not rules or standards photo by: david_a_l
  40. Sunday
 12:00 Voyager Room
  41. #1 Only one indentation level per method. photo by: justinliew
  42. #2 Do not 
 use else photo by: justinliew
  43. #3 Wrap primitive types, if they contain behavior photo by: justinliew
  44. #4 Only one 
 -> per line photo by: justinliew
  45. #5 Do not abbreviate. photo by: justinliew
  46. #6 Keep your classes small. photo by: justinliew
  47. #7 Limit your instance variables to less then 5 photo by: justinliew
  48. #8 Use first class collections photo by: justinliew
  49. #9 Use getters and setters. photo by: justinliew
  50. #10 Document your code. photo by: justinliew
  51. Your turn.
  52. Improve yourself!
  53. Read lots of code!
  54. Write simple code.
  55. Try Object Calisthenics for a month.
  56. Use someone else’s code.
  57. Share bite size libraries.
  58. Thank you. http://slides.doh.ms http://doh.ms @rdohms
  59. http://l.doh.ms/oc-links Video recording Slides Books Resources on 
 Object Calisthenics
Advertisement