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
-
I can think of how it can be solved in 4 lines, maybe 3. Vb.net has LINQ and many other features that would let you program in such style.
-
@AleCx04 if you show me exactly how you would, that would be awesome
I know you can write nice code like this using linq, and that is great. But how you make a simple request was just designed to be used imperatively, and so, cannot be solved using linq/lambdas
Related Rants
-
dfox27One time a company I worked for tried to fuck me over and not pay me the referral fee that was promised for re...
-
Mrcheese10Mate got fired for expressing his opinion. Quit the next day :).
-
MrR0bot8Went to go help someone with their wireless printer. Client: my printer doesnt work. Me: okay let me take ...
The day I had to Translate this javascript:
fetch(url).then(r => r.json()).then(r => r.data)
To visual basic
rant
wk71