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
-
Finding information and reading the doc are underestimated skills, and too many people are lacking these skills
-
donuts238487y@Condor not really... More like this is 80% of my company. Only reason I'm still here is personal circumstances make it hard for me to get a better job... as I've learned over the last few years I've tried...
Better to use the time for something else but still gotta put up with these monkeys... -
@billgates, lots of sarcasm, and generally being unpleasent when asked stupid questions helped me through those times. now I'm in a much better place.
Just spoke with another teams developer. (She's using Java)
Her: so we get a json object from your service, I want an array
Me: well that's not what you said in the specs... And it's not hard since it's just a Map
Her: what Map? It's JSonObject I need an Array
Me: give me the library your using..
Her: here...
I Google the documentation and methods and paste the link and the methods to use:
-length (she also wanted count)
-toJsonArray
This ain't JS, just use the . operator and go thru all the methods' docs... Or learn to use Google
rant