Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 6 months agoAI cannot replace humans spiteful spiritlemmy.zipimagemessage-square105linkfedilinkarrow-up1944arrow-down11
arrow-up1943arrow-down1imageAI cannot replace humans spiteful spiritlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 6 months agomessage-square105linkfedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up36·6 months agoSometimes you can’t not have a god class (struct in this case). When doing UI specifically, I always end up with one. You can try using encapsulation to reduce the amount of fields technically, but in the end it’s the same amount of information in a single god class.
Sometimes you can’t not have a god class (struct in this case). When doing UI specifically, I always end up with one.
You can try using encapsulation to reduce the amount of fields technically, but in the end it’s the same amount of information in a single god class.