|
|
|
|
|
by Produce
5066 days ago
|
|
> I use Python because it balances getting stuff done with having that stuff not fall over as soon as I turn my back. Uhh... Heard of automated testing? It makes absolutely no difference what language you write your code in, whether it's PHP, Python or Brainfuck - reliability is dictated by your testing strategy, not the language. In the PHP applications I write, the only things that break are the things I didn't test. |
|
I actually mentioned Haskell in the post because coworkers have lamented not having its type system, which would immediately find problems at compile-time that we otherwise have a very very hard time thoroughly covering with tests.