m-drzewko / WFRP2_NPC_generator_API

API for NPC generator for Warhammer Fantasy RolePlay 2ed
0 stars 0 forks source link

Implement a builder #14

Closed szymonstuszek closed 1 year ago

szymonstuszek commented 1 year ago

Implement a builder pattern for classes that have a lot of fields, for example the Race related ones.

Hint: lombok provides an annotation for this, but it will not hurt to make a builder on your own

Some example links:

m-drzewko commented 1 year ago

Builder implemented as part of #32