タグ

2019年9月7日のブックマーク (2件)

  • Google Engineering Practices Documentation

    Google Engineering Practices Documentation Google has many generalized engineering practices that cover all languages and all projects. These documents represent our collective experience of various best practices that we have developed over time. It is possible that open source projects or other organizations would benefit from this knowledge, so we work to make it available publicly when possibl

    braitom
    braitom 2019/09/07
    Googleのコードレビューガイドライン。
  • Flutterの実践導入で用いるBLoC Patternの全体像と押さえておくポイント|yamarkz

    はじめにこんにちは!プロダクトチームの山口(@yamarkz)です。 最近はFlutterを用いたアプリケーション開発に取り組んでおり、そこで採用しているデザインパターンの1つである BLoC Pattern について、自身が調査した内容を整理し、実践導入する上で押さえておくポイントを紹介していきたいと思います。日ではプロダクションレベルで採用されている例が少ないので、ぜひ、この記事を参考に検討してみてください。 今回紹介する内容の背景を少しご紹介すると、弊社Housmartでは定期的(3ヶ月に1度など)にLab Weekと題しまして、1週間ほど業務時間を使い、新しい技術や日頃手に届きにくい技術課題の解決に取り組む期間を設けています。 詳細は下記記事リンクを参照。 自分はこのLab Weekで、Flutterを用いた中規模アプリケーション開発に必要な設計周りの調査を行い、中でもBLoC

    Flutterの実践導入で用いるBLoC Patternの全体像と押さえておくポイント|yamarkz
    braitom
    braitom 2019/09/07
    Bloc(Business Logic Component) Patternについて。Bloc Patternを用いた場合のFlutterアプリの全体像、レイヤーの分け方とその説明、Bloc Patternを適用する上でおさえてくべきポイントなどがまとめられている。