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
-
has commented on line 2:
“No constructors for class Rant? We can’t cover the entire path below.” -
How about slapping some frameworks on there, maybe some DI and an ORM? I'd also implement the AbstractRantBuilderFactoryAbstractFactoryImpl to make things a bit more decoupled.
-
ard19981846yWait, so you are initializing a rant object without ever speciafieing a identifier for the specific rant to be plussed. That doesnt work
Related Rants
//Doing $hit to get stickers
Rant r = new Rant();
if(r.isSeen()){
if(r.PLUS < 30){
r.plus();
} else{
r.ignore();
}
}
rant
js
java
javascript