tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
371 stars 103 forks source link

Generate inheritance diagram for contracts and traits within a project #499

Closed anton-trunov closed 2 months ago

anton-trunov commented 3 months ago

For instance, the diagram can be produced in the mermaid format and added to markdown docs on GitHub (for Tact as well). This is useful for auditing purposes as well: to quickly grasp the overall structure of the project.

The diagram should also show the standard traits (all the way down).

novusnota commented 3 months ago

Somewhat related, as this diagram may be featured in auto-generated docs: #232

anton-trunov commented 3 months ago

great idea!