popcar2@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoWe'll refactor this next year anywaysprogramming.devimagemessage-square44fedilinkarrow-up1783
arrow-up1783imageWe'll refactor this next year anywaysprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square44fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up1·1 year 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.