|
|
|
|
|
by erikpukinskis
2375 days ago
|
|
For sure, if you have a shot at making a world class system you probably don’t want JS. But I’ve never been in a job where we had a shot at building a world class system. Maybe I just have bad luck, but at each place I have worked the problems in the codebase are obvious and the impediments are institutional not technical. There are hundreds of problems I could list in our current codebase that are causing slowdowns, bugs, etc. None of them are because of the programming language. They are places where someone put a square peg in a round hole, where someone copied a bug over and over because they assumed the existing code was correct, where someone used a fancy feature of the programming language that made the program worse. None of that goes away if we start using Rust. So yes, I agree with you if you are within striking distance of making a perfect application use a nearly perfect language. I’ve just never been in that job. I’ve always been in the “let’s fix some of this low hanging fruit, and make sensible use of the tools we have” job. |
|