|
|
|
|
|
by hitchstory
518 days ago
|
|
The other extreme of this is: * Bad abstractions which just stick around forever. There are some examples of this in UNIX which would never be invented in the way they are today but nonetheless aren't going anywhere (e.g. signal handling). This isn't good. * Invent all of your own wheels. This isn't good either. There's a balance that needs to be struck between all of these 3 extremes. |
|
We can't remove the old way of course, as that would break things, but that doesn't stop improvements