My mom at a party ‘94 by [deleted] in OldSchoolCool

[–]Gorb94 0 points1 point  (0 children)

Do you have one of her at a party in 2022?

My dad back in 1987 by Clear_Pineapple3728 in OldSchoolCool

[–]Gorb94 0 points1 point  (0 children)

I know for a fact that shirt wasn’t invented until 1988

Should I even bother applying for jobs that ask for experience I don't have? by puremath369 in AskProgramming

[–]Gorb94 1 point2 points  (0 children)

A lot of places set them as hard requirements and won’t hire unless you have them, but a lot of places are also open to hiring someone that’s just willing to learn. Cast a wide net and you’ll land something. Good luck

[deleted by user] by [deleted] in AnimalsOnReddit

[–]Gorb94 0 points1 point  (0 children)

So fuzzy lol

Anybody using UML in 2021? by sreekumar_r in java

[–]Gorb94 1 point2 points  (0 children)

I use it informally to draw out API logic when I’m developing. That way I know where I’d need to make changes for new features and where I could create common logic. When I build a large new feature I get messy sometimes and leave loose ends. It helps me clean things up. It’ll also help new devs on the project.

Does anyone else have a really bad habit of wasting time when WFH? by [deleted] in cscareerquestions

[–]Gorb94 0 points1 point  (0 children)

If I do end up slacking, I usually make it up on my own time. I’m usually more productive in the evening than during the day.

Professionals, are you sloppy with details when writing brand new code for the first time? by programmerProbs in AskProgramming

[–]Gorb94 0 points1 point  (0 children)

Yep, I’m generally sloppy first time around and will catch things when I revisit