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
-
xxzer07623yIf you wish to know more about it, I wrote a shorter rant before. You can easily find it out from my profile. It's literally the second-last. At the time of writing I didn't really know how deep this nightmare was... until now.
-
-
xxzer07623y@iiii The reason is so dumb and stupid you would think it's a joke.
It's because the old contract specifies the ie6 support... So... They pretend this is respected....
Don't try to understand... I just stopped to think about it otherwise I feel worse. -
@xxzer0 You might also try asking for a raise without leverage, nobody wants to work with that stack so you're a pretty valuable asset just for that.
-
xxzer07623y@homo-lorens I know my current company is not that honest. They hire junior devs to make senior tasks and if I ask for a rise I'd get fired the next day the current project would end. That's why I'm looking for another workplace. In the end, we are just repleaceable workers.
-
You working for IBM? Used to work for IBM and they still had IE6 in their browser support matrix for a bunch of divisions. I think because they had old products that a handful of companies were still using and they didn't want to invest in completely updating them so only do patches every now and then
-
xxzer07623yI don't want to look like I'm complaining about my work. In the end, it's what I'm supposed to do, writing code... this project is fun too because I have to overcome technical limitations and I'm learning a lot about how transpiler simplifies our lives...
I just don't like the work culture because it is really sad. They ain't really caring about the worker motivation, I feel like I'm being underpaid, there is zero organisation of whatever, there are no incentives, investment in your growth, your salary is stationary, we don't have a long term plan to improve knowledge and stuff.
That's it.
Just meh. -
@xxzer0
Ask for a raise. big one. effective immediatly.
scenario A: They fire you. you don't have to work on this shit anymore. Win.
scenario B: you get a big raise. Win.
Scenario B is more likely to happen. -
xxzer07623y@danielstaleiny That's why I keep getting back here because I know you know the frustration we may face at work. Love ya all.
Related Rants
Hello, I just want to let you know I'm working on a 15 year old product and it is currently in production.
It uses Angular.js and one of the earliest versions of React.js. I cannot use ES6, we don't have Babel, no JSX syntax, no CSS preprocessor. No webpack.
I must support browser since IE6 with an ES3 syntax. (luckily I got some some polyfills for an ES5 syntax)
When I build a component I have to call React.createClass and React.createElement.
The render() function is basically a nested pile of React.createElement.
There is no documentation for this product, no tests, no anything.
I had to reverse engineer it in order to understand how it works.
The code base uses mixed programming styles and naming conventions, plus thousands of little js files.
Oh and obviously no hot reload, every time I make a change I have to restart everything.
Please, send help.
I'm in danger.
Sincerely,
An underpaid developer
....
I'm not crying, you are crying...
rant
angularjs
nightmare
es3
ie6
reactjs