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
-
Maybe I am being a little bit paranoic, but you should be more careful of what type of info you are publishing. In the future try to avoid publishing names and other stuff, specially medical records like this. Just show the picture, no need for additional information.
PS: It makes no sense a class named UnnamedChild that receives a name (it will stop being an unnamed child)
PS2: Congrats man! -
Wooooooooo!!! 🎉🎉❤️🐒
Also... Be sure to get enough sleep up until then, because after the download completes you aren't sleeping much for 4-6 months. -
@oudalally well, they normally start sleeping most of the night around that time, largely due to the solids they start getting from about that time. As always with kids though, YMMV 😉
-
@jAsE hahaha they're there, just not in the picture. I thought the same thing though
Public class UnnamedChild extends Person implements Mirziteh {
public UnamedChild(String fName){
super();
this.fName = fName;
}
//methods removed for brevity
}
random