59 Quotes About Coding






  • Author Robert C. Martin
  • Quote

    Procedural code (code using data structures) makes it easy to add new functions without changing the existing data structures. OO code, on the other hand, makes it easy to add new classes without changing existing functions.

  • Tags
  • Share

  • Author Robert C. Martin
  • Quote

    The complement is also true: Procedural code makes it hard to add new data structures because all the functions must change. OO code makes it hard to add new functions because all the classes must change.

  • Tags
  • Share