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
-
Wack63117yYou need to use more "bad words", then this could be a "propper" rant :P
On a more seriouse note: welcome and my condolences (: -
@andros705 "Elder developer who does not like changes in codebase structure" is the good name.
-
Brolls31557y@ArcaneEye it is *very* cool. And it’s based on patterns, so if you know what method signatures the compiler uses to wire it up (it’s on MSDN) you can actually turn any object into something the await keyword works with.
At my old company one of my colleagues introduced async / await into our csharp code. He created interfaces and showed us a great structuring of his code. Sadly a few weeks later he left the company, because of personal reasons and a bug appeared in his written service. Our senior developer took the issue and complained for like 1 week. That you can't find anything, that interfaces are useless, that async / await is slow and sucks and that we should stop trying to bring new structures into the code base and do things the old way. In the end he deleted all the great things that my colleague introduced and wrote bad and smelly code.
rant
csharp senior