What's the difference between all plugins under 1 use {} call vs each having their own? #573
Answered
by
wbthomason
Corey-Keller
asked this question in
Q&A
-
Are there any differences in how they're handled? Or pros/cons to either approach?
vs
|
Beta Was this translation helpful? Give feedback.
Answered by
wbthomason
Sep 2, 2021
Replies: 1 comment 2 replies
-
Sorry for my delayed response; I was away due to work (#562). There's no real semantic difference to these two styles; the former is mostly used if you want to group a subset of related plugins together in your specification file, and arises in part because of handling of nested specifications with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Corey-Keller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for my delayed response; I was away due to work (#562). There's no real semantic difference to these two styles; the former is mostly used if you want to group a subset of related plugins together in your specification file, and arises in part because of handling of nested specifications with
requires
.