popcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoWe'll refactor this next year anywaysprogramming.devimagemessage-square50fedilinkarrow-up1806arrow-down110
arrow-up1796arrow-down1imageWe'll refactor this next year anywaysprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square50fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up1·2 years agoYeah most uses of the factory pattern are unnecessary and it’s mild code smell IMO. If your factory only returns one type you should definitely just use that type’s constructor.
Yeah most uses of the factory pattern are unnecessary and it’s mild code smell IMO. If your factory only returns one type you should definitely just use that type’s constructor.