Hacker News new | ask | show | jobs
by nvarsj 2038 days ago
Sorry, I should have said "trading firms", but they are pretty similar culture wise. Most hedge funds have internal funds as well and they run it similar to a prop trading firm.

I think in general though a small company (JS has 900 employees, so I'm guessing around 50-100 devs) simply can't hyper optimize their entire engineering stack to the same extent that a large FAANG can. It's far too wasteful. And I'm talking about tooling, infra, and overall process, not just the code. Code review is the minimum any competent engineering org should be doing.

1 comments

There are significantly more devs than that (the total is also over 900, that's from 2018).

It depends what you mean by "optimizing their engineering stack". They certainly do put a lot of effort into tooling, by necessity since historically there hasn't been much available for OCaml. For an example of stuff going beyond the open source work to make OCaml usable for large projects, see https://blog.janestreet.com/putting-the-i-back-in-ide-toward...

Obviously there is a lot of infrastructure that you need at a FAANG and not at a company with a few hundred devs. But any trading company that doesn't want to pull a Knight Capital needs to make sure their software is correct and reliable (probably to a greater extent than most of a FAANG).