'Look Back' on C# - BDL2046

preview_player
Показать описание
Take a C# Historical Journey with Technical Fellow and TypeScript creator, Anders Hejlsberg.
Рекомендации по теме
Комментарии
Автор

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.

maacpiash
Автор

"Broken code is never better code" - What a quote!, JS library developers should listen and learn from this man.

joacava
Автор

Greatest man of 21st century. Happy to be born in this era

nceevij
Автор

Delphi v2 got me into programming... I've used a lot of C# and now im doing TS. Anders is my hero :)

GrubyCh
Автор

Thanks to you and your team for TypeScript!

justinkim
Автор

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.

TheJazzbear
Автор

This man is god. He made the best programming language ever

e.d.gproductions
Автор

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.

mmsbludhound
Автор

I'm a drummer and even I caught the music reference in C#.

TentoesMe
Автор

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<T> 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

alken
Автор

Thank a lot!!! Very soon we will meet!!!

chetank
Автор

Count the number of times Anders says "functional programming"

BrettRowberry
Автор

He expected Anders to say that that music program was written in c#.

Esico
Автор

C prime would have looked cool. CP file extension was also a good option.

AKHILDABRAL
Автор

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.

Esico
Автор

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?

alken