Difficulty when extending Tango
Open
skill
- Dominant language
- Python
- Stars
- 16
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
First things first, to understand Tango
1. There are too many components to remember.
2. After two days of not looking at the code space, you forget everything.
3. Flexibility -> Complexity. The class inheritance relationship is too complicated: diamond inheritance, many empty classes, and too many callbacks.
4. Unable to refactor due to the lack of tests.
5. Some functionalities are fancy, but nothing is related to the main logic.
6. Tango’s initial check of states is way too strict. A full snapshot is better?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.