I have coded in C# more than in all other programming languages combined, and now I write TS everyday for my job. I can assure you, this man is one of the greatest minds of our time.
@joacava125 жыл бұрын
"Broken code is never better code" - What a quote!, JS library developers should listen and learn from this man.
@joiseystud5 жыл бұрын
Haha. I was thinking he had python in mind when he said this.
@nceevij5 жыл бұрын
Greatest man of 21st century. Happy to be born in this era
@Gruby7C1h3 жыл бұрын
Delphi v2 got me into programming... I've used a lot of C# and now im doing TS. Anders is my hero :)
@justinkim72024 жыл бұрын
Thanks to you and your team for TypeScript!
@TheJazzbear4 жыл бұрын
Anders makes me so proud to be Danish. Despite being a rather small country which normaly is easily overlooked, there are quite a few scientific accomplishments which has been achieved by Danish scientists and enigneers, one of the more notable ones are Niels Bohrs foundational contribution to the atomic structure and quantum theory. But being a software engineer, i like to consider Anders Helsbjerg and Bjarne Stroustrup (Creator of C++, and still one of the lead devs on it i believe), to be up there in terms of scientific accomplishments.
@Whateverworksism3 жыл бұрын
Jeg har det på præcist samme måde.
@smithyman332 жыл бұрын
Settle down little danish boy.
@TheJazzbear2 жыл бұрын
@@smithyman33 what makes you think I've not settled? Or that in large and not small? Perhaps I'm a medium?
@e.d.gproductions79894 жыл бұрын
This man is god. He made the best programming language ever
@mmsbludhound8735 жыл бұрын
Nullable reference types is a joy to work with, I know this sounds stupid but it actually forces me to develop the habit of null checking and I've been using asserts more often to make sure something isn't null when I'm absolutely sure it's not supposed to be null in that situation (like in linked list and trees stuff). Still, I wish there were a project-wide #nullable enable instead of having to write that in every source file.
@kazinix2 жыл бұрын
I'm from the future, your wish has been granted.
@TentoesMe5 жыл бұрын
I'm a drummer and even I caught the music reference in C#.
@TTillahFK5 жыл бұрын
Good, because coders, don't ;)
@kamalzubairov23443 жыл бұрын
Thank you sir for C#
@7alken5 жыл бұрын
I have been some time out of C#... now, I am looking for something in my next project and considering also GO, because of even higher simplicity (and disruptive effort force against objects everywere at any cost - please, hate me in comments where I am wrong, I am probably, I know...)... sure, there are issues between desktop/server coding (solved by JS/TS things using node, but, you know... weird, may be Ryan Dahl does something new on TS (but tending to marriage it with quite ugly RUST), I touched it in research journey too, well...), although code generation of web UI could help me. But I also discoverred the Span things and all the more close to metal optimizaitons as ValueTask etc... What I would really want to see is comprehensive comparison of modern C# with current state of GO ... and, of course, what Anders thinks about them :-)) ...for sure he could be also be the one who can help them to fight generics on the next level, maintaining simplicity they seek ... in matured C# there are not anymore many degrees of freedom :-) cheers
@BrettRowberry5 жыл бұрын
Count the number of times Anders says "functional programming"
@chetan21k5 жыл бұрын
Thank a lot!!! Very soon we will meet!!!
@AKHILDABRAL Жыл бұрын
C prime would have looked cool. CP file extension was also a good option.
@Esico64 жыл бұрын
He expected Anders to say that that music program was written in c#.
@morpheus74223 жыл бұрын
Hahaha, yeah, I expected same too, I was going to be shocked to my bones but yeah Delphi
@Esico64 жыл бұрын
The problem with C# is .Net runtime. Takes a bug man to admit. With .core this problem seems solved. But there are other problems with core: Security and patches.
@Somcoders Жыл бұрын
10:30 that's funny :)
@7alken5 жыл бұрын
in fact, I have now four stickers in front of me ... C#8, TypeScript/ES6, Go, Python3; and I need browser extension UI, linked to desktop app/service with UI; everything as simple as possible. I definitelly want to have decoupled UI (may be it ends with pure ES6, may be generated - here I dont like the huge node-based frontend toolchain, really) from hardcore worker service (it may be any of the languages, talking to the DB and FS, ready to try all of them to feel the "feeling") ...has anybody some tips?