whats_all_this_then@lemmy.worldtoProgrammer Humor@lemmy.ml•TIFU by not using objects in my object-oriented programming coursework
1·
1 month agoAll of this is okay, but it’s not production ready. This is what real production code looks like:
SuckableFactory suckableFactory = new SuckableFactory();
Suckable balls = suckableFactory
.setShape(SuckableShapes.round)
.setCount(2)
.create();
SuctionProvider mouth = SuctionProvider.getInstance();
SuckerFactory suckerFactory = new SuckerFactory();
Sucker sucker = SuckerFactory.create():
sucker.setSuctionProvider(mouth);
sucker.setSuckable(balls);
sucker.setIntensity(SuckerSuctionIntensities.medium);
sucker.suckSuckable();
Honestly with the tech where it is today, there’s really no downsides to wireless with a dongle except maybe price at certain brackets. Most modern wireless gaming mice are as good if not better than their wired counterparts. If you don’t care about sensor performance or polling rate, you can still get a cheapo wireless mouse that performs about as well as the cheapo wired mouse you were gonna get anyway with the added convenience of no cables.