Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you explain how to do X with Deptrac? (Deptrac is starting a blog) #1184

Open
patrickkusebauch opened this issue May 16, 2023 · 2 comments

Comments

@patrickkusebauch
Copy link
Collaborator

patrickkusebauch commented May 16, 2023

Deptrac is starting a blog on its official documentation site. As a part of it, I am collecting ideas for topic people would like to hear about. Feel free to add your ideas as comments in this issue. I will kick off the process by writing some that I have observed:

  • How to analyze dependencies on vendor packages (based on How can I ignore vendor analysis when using --fail-on-uncovered #1182)
  • how to handle complex architectures like DDD which require handling different "levels" of layers (different ways of slicing the classes and defining the dependency rules). Since classes cannot belong to multiple layers, the only solution I found was to use separate configuration files but it might be a better solution (From Slack)
  • Writing extensions (custom rules, formatters, and collectors) - example: "Is it possible to set a rule that allows referencing a foreign class but not instantiating it?"
  • Using custom layer attributes for custom rules (based on Custom attributes for layers #837)
  • Dealing with domain and integration events in DDD architecture
  • Multiple "views" of the architecture/ creating multiple slices by using multiple Deptrac config files
@patrickkusebauch
Copy link
Collaborator Author

How to prohibit an instantiation of a class (from Slack):

Hi folks, I want to restrict the usage of a given class: allow referencing (eg. usage in "use" statements or arguments) but not its instantiation (calling constructor). So I tried to create a custom rule but the official documentation (https://github.com/qossmic/deptrac/blob/main/docs/extending_deptrac.md) is very succinct and doesn't provide useful examples.
Do you have some additional documentation or code examples?

@patrickkusebauch
Copy link
Collaborator Author

Explain how to create layers where token cannon reference other tokens from the same layer: #1278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant