Dave Cinege Git Repo thesaurus / e754793
README.rst edit Dave Cinege 3 years ago
1 changed file(s) with 13 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
7070
7171 I'm putting this code out now to gain feedback to finalize for a proper
7272 release. As such, both modules are very subject to change at this time.
73 Specifically I have the following decisions to make -
73 Specifically I have the following decisions to make:
7474
75 - Finalize name conventions. Use set_path() or setpath()?
75 - Finalize name conventions. Use set_path() or setpath()?
7676
77 - Finalize specialtiy method names, Are merge(), mesh() and
78 screen() good names that make sense? I am struggling with the
79 ThesaurusExtended method names myself.
77 - Finalize specialtiy method names, Are merge(), mesh() and
78 screen() good names that make sense? I am struggling with the
79 ThesaurusExtended method names myself.
8080
81 - Resolve Thesaurus's schizophrenia.
82 ::
81 - Resolve Thesaurus's schizophrenia.
82 ::
83 v = t['a.b.c'] # This recurses
84 t['a.b.c'] = v # This does not. Use set_path()
8385
84 v = t['a.b.c'] # This recurses
85 t['a.b.c'] = v # This does not. Use set_path()
86
87 I want to be comfortable this feels nature to others, or make
88 changes.
86 I want to be comfortable this feels naturale to others or make
87 changes.
8988
90 - Review how I do recursive copy/deepcopys.
89 - Review how I do recursive copy/deepcopys.
9190
92 - Decide how to properly handle copying ThesaurusCfg coercion methods.
91 - Decide how to properly handle copying ThesaurusCfg coercion methods.
9392
9493
9594