this post was submitted on 30 Jun 2023
320 points (96.5% liked)

Programming

16971 readers
143 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

Typescript would like a word. So would VS Code.

They ain't all misses.

Also O365, while convoluted, shouldn't run that shittily, sounds like your hardware/network is dated as f.

ADO is vastly better than it was years ago, the pipeline stuff is a lot slicker.

[–] [email protected] 2 points 1 year ago

I concur, VS Code is amazing, I've totally forgotten about that. TypeScript I haven't really used much, so I can't judge that, but now that I think about I do most of my work in C# and don't have anything bad to say about it, so that's also nice.

Most of O365 is fine, while still a little bit slower than anything else, but the Dynamics just isn't responsive no matter what network or hardware I'm on. It's a convoluted CRM. And I do have a new desktop that I bought a few months ago, and 1Gbps network, so none of that should be a factor.

[–] [email protected] 2 points 1 year ago

Algebraic types in TypeScript are game-changing. I immediately wanted them in C# for deriving domain models from database entities and then view models from domain models.