Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in builder-pattern
Builder pattern multiple varargs [duplicate]
Mar 16, 2023
java
variadic-functions
effective-java
builder-pattern
Keeping builder in separate class (fluent interface)
Jan 08, 2023
java
design-patterns
fluent
builder-pattern
Automatic generation of immutable class and matching builder class of a Java interface
Dec 29, 2022
java
design-patterns
immutability
builder-pattern
Builder Pattern useful with Setter-methods?
Dec 13, 2022
java
testing
design-patterns
builder
builder-pattern
lombok - @Builder pattern in multiple shots
Dec 04, 2022
java
lombok
builder-pattern
How to efficiently create and use the builder pattern
Nov 07, 2022
c#
unit-testing
design-patterns
builder-pattern
Joshua Bloch's Builder pattern and PMD warnings
Oct 26, 2022
java
pmd
builder-pattern
How should I approach wrapping the Composite pattern into the Builder pattern?
Oct 26, 2022
java
oop
design-patterns
composite
builder-pattern
Is it possible to hide variables from lambda's closure?
May 10, 2022
lambda
kotlin
type-safety
builder-pattern
Understanding Builder Pattern in C#
Mar 27, 2022
c#
design-patterns
builder-pattern
How to make a builder for a Kotlin data class with many immutable properties
Jul 17, 2022
kotlin
builder-pattern
Is there a clean way to use the Builder pattern to build a multi-level tree?
Nov 12, 2022
java
tree
builder-pattern
Why is Builder pattern better than a Constructor with arguments in the Class's object being created?
Nov 02, 2022
c++
builder-pattern
How to use default value in the builder pattern if that value is not passed and also make thread safe?
Apr 07, 2022
java
thread-safety
immutability
builder-pattern
When using a Builder Pattern why shouldn't I reuse the builder-object to access the object configuration?
Mar 22, 2022
java
design-patterns
builder
delegation
builder-pattern
Best way to handle object's fields validation => Either / Try (scala 2.10) / ValidationNEL (scalaz)
Dec 08, 2018
scala
exception-handling
builder-pattern
scalaz7
What would be considered good examples of implementing the builder pattern when used in the development of a GUI?
Aug 28, 2022
java
user-interface
swing
method-chaining
builder-pattern
Builder Pattern : Why does the Director construct the object?
Oct 23, 2022
oop
design-patterns
ooad
builder-pattern
Is this a valid Java implementation of an immutable class and the Builder pattern?
Feb 06, 2023
java
immutability
builder-pattern
Older Entries »