|
|
|
|
|
by felipeccastro
138 days ago
|
|
It might be the opposite. Python apps still get written despite the performance hit, because understandability matters more than raw performance in many cases. Now that we’re all code reviewers, that quality should matter more, not less. Programmer time is still more expensive than machine time in many cases. |
|
I certainly am no fan of C but from a certain point of view it’s much easier to understand what’s going on in C.