Shawn
06/23/2021, 9:02 PMit
• Return value: Context object
• Is extension function: No: takes the context object as an argument.
None of the existing names really match how this function is used (though I guess also
is close) and the best name I’ve been able to come up with is build()
, but maybe there’s something better?marstran
06/24/2021, 8:06 AMDSL.enterDSL()
.config(config)
.subDsl(dsl -> dsl
.subDslConfig(subConfig))
.build();
Maybe "scoped builder" is a fitting name?