Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • What worries me is that, if I have testing with proper case coverage, this gives leeway to write code that is poorly written knowing that the testing will catch anything. Right now I'm trying to write code that I am highly certain works, and then have a safety net of test cases. Commented Feb 14, 2017 at 16:05
  • @JanarthK well, of course you decide how you write your own code, but be advised that the worldwide trend, among the vast majority of professional software developers, is with testing. Even for many of us who started programming before testing was even a thing, once we started using it, we started loving it so much, that we are never looking back. Testing is not regarded as an additional safety measure; testing is regarded as the fundamental guarantee of correctness. Commented Feb 14, 2017 at 16:13