shih ho lin

shih ho lin

  • NA
  • 3
  • 1.6k

When to apply builder pattern?

May 25 2012 3:54 AM
I studied the builder pattern today and tried to apply it for treeview's creation, but I was confused. With this pattern, I have to create the control and bind events dynamically. Whenever the page loads, everything repeats again. And it's not easy to maintain. Is it proper to apply this pattern to control's creation for web application? Hope someone to give me some clues, thanks.

Answers (1)