README.rst edit
Dave Cinege
3 years ago
70 | 70 | |
71 | 71 | I'm putting this code out now to gain feedback to finalize for a proper |
72 | 72 | 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: | |
74 | 74 | |
75 | - Finalize name conventions. Use set_path() or setpath()? | |
75 | - Finalize name conventions. Use set_path() or setpath()? | |
76 | 76 | |
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. | |
80 | 80 | |
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() | |
83 | 85 | |
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. | |
89 | 88 | |
90 | - Review how I do recursive copy/deepcopys. | |
89 | - Review how I do recursive copy/deepcopys. | |
91 | 90 | |
92 | - Decide how to properly handle copying ThesaurusCfg coercion methods. | |
91 | - Decide how to properly handle copying ThesaurusCfg coercion methods. | |
93 | 92 | |
94 | 93 | |
95 | 94 |