Details
Joined devRant on 10/25/2016
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
-
Refactoring
When wrote some abstraction,
commented out the old stuff,
replaced it with the new calls
and after it passes all tests
get to remove all the old crud.
( ☼ ◡ ☼ )
I feel clean again.3 -
part of my workflow i want to improve?
in general, take more time to get to know better the technologies and tools i'm working with.
e.g. learn all the fancy hacks and features of my IDE or of a certain language or framework.
i tend to be in the mode "i don't have time for that, it already works the way i use it". if i spend "too much" time on learning stuff, i feel bad, since i could also spend that time working on my ever growing list of tasks. but i think, that's not a good habit... -
Switch your tech stack or programming language or development framework to something that you enjoy more.
If it requires to switch the company, do it!
If it requires to learn something new and you think that you don‘t want to, then it‘s probably the wrong goal.4 -
For people that do minimal documentation on a package and just say “refer to source code”…fuck you4
-
Coworker was adversarial from the get. He would always bully me by saying “You better do [BLANK]!” whenever we’d discuss tasks to be done. He eventually pushed my buttons too many times. I responded to his bullying tactic by yelling back, “IF I DON’T, WHAT ARE YOU GOING TO DO ABOUT IT!? Stop bullying me and let’s work TOGETHER on this!” I realize now he was fucking with my head.2
-
Today I discovered a new feature of my electric toothbrush that I've had for years...
Sort of obvious afterwards but when I put it back on the charging stand, it automatically turns off.
Guess now I have a reason to put it back each time after use though2 -
I never yell at co-workers but I did get yelled at quite a lot of times (2019 - pre covid).
I was leaving the office on time.
Just another reason I support people working from home.2 -
Lost my cool on a colleague after she scolded me for saying “good morning,” as it was presumptuous of me to assume her morning was good…
Of course since she was already a soulless hag, it had no impact on her.11 -
Fucking Microsoft.
Search for a message in Teams. Find it. Want to see the reply sent immediately after it. Look for "jump to message" button. Doesn't exist.
Find some forum post from 2 years ago about this issue, where Microsoft hits with the classic "Not supported, please submit feedback here:" with a dead link.
What the fuck. How a company with so many resources and such widely used products can make such a PILE OF UNUSABLE GARBAGE is literally unfathomable to me.
What the fuck is the point of being able to search for a message if I can't see what gets sent right after or right before it? My god it makes me want to nosedive through sheetrock into the nearest accessible stud.10 -
For all you complaning about Windows updates.
The last one requires you to accept new Terms of Service.
So just don't accept the : no updates EVER.3 -
If you’re having trouble with the bossman’s ‘tude
He’s giving you the blues
You wanna dev, but not for this dude
Here’s what you gotta do:
Pull up the CV, it’s that easy
Send it every time
Just use a throw-away email, hey.10 -
Don't just blindly do what's asked to be done by superiors. Be critical, suggest alternatives and take ownership of and participate in processes beyond your own scope.2
-
✅ Fun project
✅ Salary
✅ Code ownership and leadership
✅ Appreciation at work
✅ WFH
✅ No overwork
✅ Sufficient time for relaxation/hobbies
and other things3 -
The laziest habit is just switching between different tabs on the IDE in the morning to figure out where to start. It can take from anywhere between 15 minutes to an hour.3
-
Be interested. Try to do whatever you're doing the best way possible. Do research, keep up, roll with the punches, and don't take things personally. If you like being a dev, it should be easy to find the fun in it.
-
Hide Easter Eggs in your code
In my first program we had a secure file deletion feature
I was tasked of the Mac OS version
While windows version had an icon for drag and drop with a document in a trash bin, in my version when you selected different safety options, it changed icons
Basic deletion had the bin
Intermediate deletion had a document grinder
Advanced deletion had a burning file icon
I was very proud of myself4