タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Programmingとobject_orientedとerlangに関するHashのブックマーク (1)

  • Why OO Sucks by Joe Armstrong

    (Note: This is a copy of the original that used to live at http://www.bluetail.com/~joe/vol1/v1_oo.html) When I was first introduced to the idea of OOP I was skeptical but didn’t know why - it just felt “wrong”. After its introduction OOP became very popular (I will explain why later) and criticising OOP was rather like “swearing in church”. OOness became something that every respectable language

    Hash
    Hash 2013/06/13
    Erlang作者がOOをdisる記事. 主張は: 1. データ構造と関数を同じところに入れるのは間違い. 2. プログラムを不要に複雑にする 3. stateの扱いで最悪の選択をした
  • 1