Top "Builder" questions

An object creation software design pattern, one of the Gang of Four's creational design patterns.

Builder with conditional inclusion of element

I've been wondering is possible to do Builder with optional parameters more elegantly: what I have: Object with name, id, …

java design-patterns builder
disadvantages of builder design pattern

What would be the disadvantages of using the builder design pattern. Are there any?? edit - I want to know …

java oop design-patterns builder
Static Query Building with NEST

I'm playing around with Elasticsearch and NEST. I do have some trouble understanding the various classes and interfaces which can …

c# static elasticsearch builder nest
How to insert editText number in AlertDialog Android

i have this problem. I have create a small app Android. I show a AlertDialog.Builder with EditText, so the …

android android-alertdialog builder
Alter column length in Schema builder?

I have two fields i need to increment the character limit on. I're read through the documentation and to my …

database schema builder laravel alter
Difference between Abstract factory and builder?

Sorry for asking again. I have searched over web but couldn't understand hence i have to put here. Here what …

design-patterns builder abstract-factory
Builder pattern validation - Effective Java

In Item 2 of Effective Java (2nd Edition), the author mentions the following about imposing invariants on parameters while using Builders: …

java design-patterns builder effective-java
Linker error "contains invalid OMF record"

In C++ Builder when I compile I get [ilink32 Error] Error: 'C:\PATH\TO\A\LIB\INCLUDED\IN\THE\PROJECT\…

c++builder builder coff omf
symfony 2.3 form getData doesn't work in subforms collections

I have a form which contains a collection. So I have: /* my type */ public function buildForm(FormBuilderInterface $builder, array $options) { $…

forms symfony collections builder