Thanks to visit codestin.com
Credit goes to programming.dev

  • namingthingsiseasyOP
    Codestin Search App
    Codestin Search App
    Codestin Search App
    2
    Codestin Search App
    2
    ·
    3 months ago

    Sure, but as with all things, it can depend on a lot of factors. All code needs some degree of testing, though one could certainly argue that Python needs more than Java and Java needs more than Rust/Haskell/etc. So you could argue that the productivity gain of using Python is offset by the productivity loss of extra testing. It’s still hard to say which one wins out in the end.

    • Feyd
      Codestin Search App
      Codestin Search App
      Codestin Search App
      7
      ·
      3 months ago

      People underestimate the cost of testing.

      1. It has to actually happen to be effective and is something that can be dropped under time pressure where something built into the language cannot.
      2. Test code is also code that is not guaranteed to be correct, and also incurs it’s own maintenance tolls

      Removing the need for entire classes of tests cases is a huge win