|
|
|
|
|
by aranchelk
444 days ago
|
|
> 2. Implementation Language doesn’t matter > I’m controversially writing our autorouter in Javascript. This is the first thing people call out, but it’s not as unreasonable as you might expect. Consider that when optimizing an algorithm, you’re basically looking at improving two things: > Lowering the number of iterations required (make the algorithm smart)
Increasing the speed of each iteration It may be true in this domain, I wouldn’t know, but applied to software engineering in general IMO it would be a massively incorrect assumption to say choice of language doesn’t affect speed and needed number of iterations. |
|