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
-
Lensflare1728819hReminds me of my previous company:
"We don‘t allow to use the latest language features because not all of the devs are familiar with them" -
cuddlyogre122718h@Lensflare What that really means is the people reviewing the code and/or management aren't familiar with them.
-
Demolishun3468317hI use all sorts of stuff in my code that is not common. Is this job security?
One of my favorite tricks in JS is inserting arrays into other arrays using the ... operator. I use this for managing displays with 0 to n items added to an existing list. This is used in our QML code. I showed this to a previous manager and he got visibly agitated and asked me to comment how it is used. He doesn't work here anymore though. -
cuddlyogre122716h@Demolishun I had a short lived co-worker get irritated because I used a ternary operator.
I don't get it. If it compiles and it works and I don't understand it, I look up why it works. I don't just throw my hands up and whine until the question goes away. -
D-4got10-0111011hI see something similar in my current company.
At least w/ the leadership.
Personally I don't get it.
If it's needed / beneficial for the job && you don't understand it, don't ask for it to be dumbed down.
_Educate_ yourself! -
D-4got10-0111011hI'm guessing 'grug' is a reference to this one:
https://m.media-amazon.com/images/...
Went over my head, but I had no problem looking it up.
Sadly, people tent do be too lazy. -
D-4got10-0111010h@Lensflare Thanks.
Saw that one, too...
1st fucking result on google...
Not sure how I failed to click on it, though. -
Demolishun3468310h@Tounai I tried looking up HCL, but don't know what you mean by it. What does it stand for?
-
Tounai133710h@Demolishun terraform language. A pure nightmare ending up with complicated to understand code.
Current Company: Our coding standards is according to the dumbest assumed programmer! Therefore everything shall stay the same as there will be chaos if a convetion changes.
rant