Details
Joined devRant on 4/17/2019
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
-
git push origin stupid-long-feature-name
git pull origin develop
*Checks through all changes. No major conflicts. Accepts changes.*
npm test
*4 failing tests, none of them in pieces that I touched for my feature.*
*That's funny. QA was loaded from the develop branch, and everything works.*
*Actual data has dates from today. Expected data has dates from a week ago.*
*examines tests*
Why are all these expected dates hard-coded‽
tl;dr The external development team committed 4 tests that would only ever pass on the day they were written.5 -
Moral of the story: sometimes you've got to take a hit to be better off in the end.
A client asked me to design flyers for him, at first I was hesitant since this would be a stand alone design task instead of one incorporated with development.
He kept asking since he liked what I designed for my other clients (logos, etc..) So I finally said yes and we agreed to a final preview before he would pay me. I had asked him for color schemes, certain pictures, info, etc. but he told me it was completely up to me.
I finished the design, sent him the preview and he told me it was shit compared to my other work and that he didn't want it anymore 😅. I used to get mad as fuck every time this happened but now I don't even bother .
I know many people are going to say "You should have had him sign a contract, bla bla". I know, I know, but you can't let people sign a contract for every small thing, it completely depend on the situation and I prefer to know which of my lesser known clients are assholes so I can quit accepting tasks from them. This saves me much more time in the end. -
Me: *holy shit there's a lot of code in this template file, I should probably break it up I to components*
*goes through the effort to break everything up into component parts*
Me: *i should quit being lazy and actually register all my templates the way magento wants me to*
*5 hrs later*
Me: fuck this! *<?php include ...?>*1 -
FUCK OFF with all this Code of Conduct/ Contributors Covenant BULLSHIT..... Coraline Ada Ehmke The stupid cunt ass tranny bitch started this bullshit.
Heres a crazy idea.... Focus on the god damn code and quit worrying about the other shit.
If you cant stand the heat get the fuck out of the kitchen....
I am sooooo fucken tired of this pansy ass cry baby SJW generation. All of them just need to be forced onto a judas chair... im afraid they would like it too much tho.
At this point there is'nt a law to prevent me from discriminating against Political Ideologies in employment. Its the only way to prevent your company from being infected by the virus.19 -
You know what really grinds my gears?
Seeing a 5-line comment, that have absolute no value, for a variable declaration.
Example:
/*
*
* String that holds a delivery address.
*
*/
public String deliveryAddress;8