namingthingsiseasy@programming.dev to Programming@programming.dev · 2 days agoWhy Is Python So Popular in 2025?blog.jetbrains.comexternal-linkmessage-square97fedilinkarrow-up177arrow-down14cross-posted to: [email protected]
arrow-up173arrow-down1external-linkWhy Is Python So Popular in 2025?blog.jetbrains.comnamingthingsiseasy@programming.dev to Programming@programming.dev · 2 days agomessage-square97fedilinkcross-posted to: [email protected]
minus-squareFeyd@programming.devlinkfedilinkarrow-up5·edit-22 days agoPeople underestimate the cost of testing. 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. 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
People underestimate the cost of testing.
Removing the need for entire classes of tests cases is a huge win