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
Search - "stillpissed"
-
4 yrs ago, had a bitch colleague who came to me with a problem she encounter with her code, so I looked at it then asked her "...it worked yesterday-what happened? "
- and she snap at me "...then my fault ?! We figure it out together..."
I went home after that. Reason is :-
1. I didn't touch your code
2. If you wanted me to check my codes and see if it was my fault - then please say so.
3. If you are trying to make your problem my problem, don't snap at me bitch.2 -
I fucking hate people who uses complex words to describe something simple.
Describing a frame work
Show-off : "..you can define what objects/tables to expose, what values in that object you want to expose...if you are using some orm, then because you have models defined. Once you update your model, your endpoints get the new model..."
Simpleton : "something like parse..."
Wtf is 'fixedUUID'?
Show-off: "..hardcoded UUID is fixed (constant) value, with format of UUID, hardcoded UUID will be unique value between backend and frontend,
you will need to store it as constant value in your codebase ( we may encrypt/ decrypt it for security reasons)..."
Simpleton : "a secret password only u & I know"
--why whyyyyyyyyyy2