Any recommendations for tools which build an architecture documentation based on Java code? Had a great chat with @odrotbohm about @moduliths and would like to explore this topic deeper.
DSLs are a great way, but unfortunately it's possible to bypass them.
/cc @simonbrown
4
2
4
Not sure what you’re looking for is doable in practice. If the code were generated from a higher-level, machine-readable description, you might be able to reverse-engineer the patterns from their implementation. In practice, the code will always diverge from the “standard” way.
Nov 24, 2020 · 7:36 PM UTC
2

