2018年9月29日のブックマーク (2件)

  • Class Diagram syntax and features

    Class Diagram Class diagrams are designed using a syntax that mirrors those traditionally employed in programming languages. This resemblance fosters a familiar environment for developers, thereby facilitating an easier and more intuitive diagram creation process. This design approach is not only succinct but also enables the creation of representations that are both concise and expressive. Moreov

    Class Diagram syntax and features
    yimajo
    yimajo 2018/09/29
    "生成された画像を複数のファイルに分割するコマンド page (hpages)x(vpages) を使用することができます"
  • RxSwiftライブラリの作り方 〜Observer/Observable編〜 - Qiita

    Swiftでリアクティブプログラミングを実現する RxSwift というライブラリがここ最近注目されています。この記事では、そのライブラリの使い方ではなく、 ライブラリ自体の作り方 をご紹介します。一つの記事ですべてを説明するのは非常に厳しいので、まず Observer や Observable といった基的なコンポーネントとその周辺について、ひとつずつ作っていく流れで説明します。 注意事項 以下の内容を理解しなくても RxSwift は十分使えるライブラリです まだ Rx 系のライブラリを使ったことがない方は、まずライブラリを使ってみてください Qiitaの記事を読むのもよいですが、公式のドキュメントやExampleが充実しているのでそちらを読みながら、まずはコードを書いてみることを強くお勧めします。意外に簡単に使いどころが理解できるようになると思います。 記事の内容的には Rx 系ラ

    RxSwiftライブラリの作り方 〜Observer/Observable編〜 - Qiita
    yimajo
    yimajo 2018/09/29