All Questions
Tagged with builder-pattern validation
1 question
0
votes
1
answer
133
views
API design question: Should a builder perform expensive validation when building?
I'm working on a library of C++ wrappers/bindings, for another, C-ish, API.
The C'ish API has a "launch" function, which, among other things, takes a launch configuration structure (well, ...