タグ

2016年1月19日のブックマーク (2件)

  • Presentation Patterns : MVC, MVP, PM, MVVM

    In this blog post, I will explain different presentation patterns, why do we need these patterns and how to use them. Why do we need these patterns ? Why do we need these patterns in  the first place ? Well one can certainly build software applications without using any of these patterns, but by using these patterns we can achieve separation of concerns design principle. These help in improving ma

    Presentation Patterns : MVC, MVP, PM, MVVM
  • UI設計 - 外に出てデータを求めよ

    Chris Atherton氏がGOTO Berlin 2015カンファレンスで閉会講演を行い,ソフトウェアの設計について語った。講演の中で氏は,ソフトウェアがいかにあるべきかという専門家の意見に頼るよりも,外に出て実際のユーザの声を聞くべきだ,と提案した。InfoQは氏に,ユーザインターフェースの設計とテストについてインタビューした。 InfoQ: 基調講演 “You Can’t Always Get What You Want” では,システムの望ましい外観や動作の設計について話されていましたが,なぜそれが重要で,そして難しいのか,詳しく説明して頂けますか? Atherton: 設計のよくないユーザインターフェース(UI)には,誰がどのような状況で使用するのか,という点の考慮が欠けています。この種の失敗は,(外見が趣味に合わないという程度の)ちょっとした不満で終わる場合もありますが,航

    UI設計 - 外に出てデータを求めよ