Giter VIP home page Giter VIP logo

Comments (2)

cwtickle avatar cwtickle commented on June 20, 2024

キーパターンを複数個持たせてそれをグルーピングする方法の場合

👍 利点

  • カスタムキー定義を設定する側は既存のキーの考え方を流用できるため、設定の手間はほとんど増えない。
  • パターン間の依存性が少ないため、ステップゾーン間隔が異なる場合でも共存が可能。

👎 欠点

  • 修正箇所が多くなり、既存バージョンとの互換性に影響が出る可能性がある。
    特に、キーコンフィグを保存した場合の変数は多層化する必要があり、それはLocalStorageに保管しているため影響がある。
  • 現状の考え方では、キー+パターン(例:stepRtn7_2 など)で独立したキーになっている。
    この状態でグループ化を行うと、ほぼ全ての設定について変数の二重管理が必要となる。
  • 例えば、7keyでパターン1とパターン2をグループ化しようと思うと、
    スクロール設定はパターン別に項目管理されているため、パターン1とパターン2で選択できるスクロール設定は両方に存在するもののみに限定される。

キーパターンを従来通り1つにして、それを拡張する場合

👍 利点

  • この場合は既存の拡張のため、変数が2倍や3倍といったことにはならない。
  • 設定をカスタムキー(パターン)で1つ持っておけばよく、従来の考え方がそのまま使える。
  • 既存バージョンとの互換性はある程度確保されると思われる。(既存拡張のため)

👎 欠点

  • カスタムキー定義を設定する側はその組み合わせごとにカスタムキー定義を行う必要がある。
  • 現状ではステップゾーン間隔を1つしか持てないため、間隔の異なるパターンをまとめようとする場合に問題となる可能性がある。

from danoniplus.

cwtickle avatar cwtickle commented on June 20, 2024

ver30にて「キーパターンを従来通り1つにして、それを拡張する」方法で実現できていると思います。
よって、クローズします。

from danoniplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.