Patterns for code generation once you’ve mastered expansion, hygiene, and readability.
“Advanced macros” usually means you are generating larger pieces of code: new defs, multiple functions, or structured boilerplate.
The risk increases quickly as macros grow:
Treat advanced macro techniques as a last-mile tool: reach for them after you have a stable, well-tested pattern that is truly too noisy to write by hand.