Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tosensei8411259dit's _rarely_ useful. but in those cases, it rocks.
as a matter of fact, i used it myself today. -
Lensflare17154259dI agree with @tosensei.
If you apply it everywhere like a moron, it sucks.
If you use it where needed, it rocks! -
thebiochemic3019259devery pattern sucks, when forced on the wrong things and/or overused. Something that every design patterns book tells you too, btw.
-
AlgoRythm50920259dJava library developers only bothered to learn one pattern and use it for everything. Now, rightfully so, people hate said pattern because for some reason you need to do IntegerFactory.create().setValue(3).isSigned(true); instead of just int a = 3;
-
tosensei8411259d@jestdotty please specify:
how do i wrap something in javascript proxies if i don't use a shit-tier language? -
Grumpycat588259dI was annoyed because I was using it from https://mvnrepository.com/artifact/...
One of the create methods was deprecated and their was no javadoc explanation of what replaced it.
The builder pattern sucks shit.
There I said it.
rant