popcar2 to Programmer HumorEnglish · 7 months agoWe'll refactor this next year anywaysimagemessage-square51fedilinkarrow-up1812arrow-down110
arrow-up1802arrow-down1imageWe'll refactor this next year anywayspopcar2 to Programmer HumorEnglish · 7 months agomessage-square51fedilink
minus-squareFizzyOrangelinkfedilinkarrow-up1·7 months 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.