Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 days agoAI cannot replace humans spiteful spiritlemmy.zipexternal-linkmessage-square105fedilinkarrow-up1941arrow-down12
arrow-up1939arrow-down1external-linkAI cannot replace humans spiteful spiritlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 days agomessage-square105fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up37·2 days 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.