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
-
BigBoo23206yJob job = new Job();
There. I refactored it for you. The reference will be lost and munched up by the GC anyways.
Cheers on the job! -
TheOct039316y@kpenc Electron framework users on Node, since you need to have it to null for the process to stop if every window is closed :)
-
wannabee2056y"Warning: unused variable newJob!
Press <Alt> + <Enter> for options"
--- Jetbrains IDEs -
Congrats on the new job! , this is my last week in my current job as well, cheers to us!
-
BigBoo23206y@cst1992 When you create a new instance of a job. It's usually a new instance. The variable name has nothing to do with it.
But, whatever. -
cst199221166y@BigBoo I know; then it'd be "Job job = new Job();" but as I said, you'd have no way of knowing if I had a past job or not. Besides, I have no objection to having the oldJob garbage collected or assigned a new instance by someone else π
-
cst199221166yThanks everyone βΊοΈ BTW, I gave my notice to the old employer and they were kind of mad at me for leaving. βΊοΈ Well, it's been 3 years, so that's way better than them not caring at all I guess...
Related Rants
-
linuxxx33First new job impression; Me: you use Ubuntu as well? Nearly everyone does Linux here I see! Co-worker: yup!...
-
miguelhdz11I got a new job almost triple my old salary, I will move to a new city. I'm happy as fuck!
-
practiseSafeHex14I GOT A JOB OFFER!!! IM OUT OF THIS FUCKING HELLHOLE!!! ππππππππππππ
Job oldJob = null;
Job newJob = new Job();
rant
new job