rggen / rggen-core

RgGen Core Library

Home Page:https://github.com/rggen/rggen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Category#define_list_feature

taichi-ishitani opened this issue · comments

Category#define_list_feature method has 2 role:

  • Define list type feature
  • Define list item feature

Therefore, this method should be divided into:

  • Category#define_list_feature
  • Category#define_list_item_feature