Hacker News new | ask | show | jobs
by bigtimesink 482 days ago
Projects I've seen at work. Projects posted on Hacker News. Data races aren't usually an issue for backend services, and modern Java/C# is multi-paradigm.
1 comments

> Data races aren't usually an issue for backend services

I beg to differ unless all your logic is in the database with strong isolation guarantees.

Speaking of C# for backends that are using EF actively, I bet there are bugs in pretty much all of them caused by incorrect applications of optimistic concurrency.