Use of base class to mutualize behavior / use of generic make the typing parametric
First analysis
In the builders of Recipe & Ingredient entities from the previous article, we see that both classes share some communalities :
The private built entity builtEntity
The constructor that initializes builtEntity
The build method that ...
blog.carli.dev3 min read