タグ

ブックマーク / blog.cleancoder.com (2)

  • Clean Coder Blog

    In my hand I am holding a little white book that, fourteen years ago, changed the software world forever. The title of that book is: Extreme Programming Explained; and the subtitle is: Embrace Change. The author is Kent Beck, and the copyright date is 1999. The book is small, less than 200 pages. The print is large and widely spaced. The writing style is casual and accessible. The chapters are sho

    yojik
    yojik 2013/12/11
    この畳みかけ良い! “The names change. The practices remain. The practices are persistent.” あとhtmlの名前も良い
  • The Clean Architecture

    In the weeks since I started talking about the need to clean up our architecture, I’ve noticed a surprising resistance to the idea. Apparently the notion that it’s a good idea to hide the framework, UI, or database from the application code is not universally accepted. I first blogged about this topic here , I did a whole cleancoders.com episode on the topic. I’ve also done several keynotes on the

    yojik
    yojik 2013/12/11
    ヘキサゴナルアーキテクチャの発展っぽい。ヘキサゴナルアーキテクチャのApplicationをEnterpriseBusinessRulesとApplicationBusinessRulesの二層に分割。Adapterの層をInterfaceAdapterとFrameworks&Driverの二層に分割。
  • 1