3
kapilp
7y

What is the best practice for bugs free code?

Comments
  • 9
    Don't write code. That's the best way to produce no bugs.

    To produce at few bugs as possible is dependent on the company's culture, your own preferences and your coworkers preferences.

    For me: I am absolutely not productive when doing something like extreme programming, while others love it.
    So I'll just stick with code reviews and and a focus on testing
  • 2
    @Prutser Ha Ha Ha....
    if i am single developer and working as single then how can i achieve this without writing code ☺☺☺
  • 3
    Hmm... that makes it a bit harder. But maybe something like test driven development?
  • 3
    https://fastcompany.com/28121/...

    Article is a bit long, but every programmer should read it
  • 0
    Solve problems before writing code and write clean standard compliant code...
Add Comment