Comment on Why is D3 so Verbose?Comments−ramesh311yBecause the alternative is big config files or a declarative DSL. Builder pattern works really well here to keep things simple.
Comments
Because the alternative is big config files or a declarative DSL. Builder pattern works really well here to keep things simple.