Dependence Graph 2024-01-22 #218
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
I draw a pictures for some modules/functions/class, @billyeatcookies |
Beta Was this translation helpful? Give feedback.
-
|
After do an analyse, I make this picture above for explain how the biscuit run up: from App.__init__ to App.run() And, I noticed that class defined in the code base may divide into some range:
I think classified that something is editing-wide or something is feature-wide is important. I suggest that do a document about how to distinguish them. And for some new features or issue, how is the stepping to add their into biscuit. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I write a script for inspecting the dependence for the modules internal. Here is the result:
graph.txt
and here is the script:
search_import_tree.zip
Beta Was this translation helpful? Give feedback.
All reactions