Hacker News new | ask | show | jobs
by RachelF 758 days ago
I'd add to 4, having seen a bit of the Kernel code. There's a lot of duplication of code, when new developers or teams come on board, they often just re-invent the wheel, rather than using existing Kernel funtions.

I would guess that most of the 15 NT developers from 30 years ago have long since left.

1 comments

> There's a lot of duplication of code, when new developers or teams come on board, they often just re-invent the wheel, rather than using existing Kernel funtions.

This is, unfortunately, a trend in SW development. See GNOME or Wayland for examples.