The Artima Developer Community
Sponsored Link

Articles Forum
Small Bugs with Big Implications

2 replies on 1 page. Most recent reply: Aug 10, 2007 1:37 PM by Isaac Gouy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Small Bugs with Big Implications Posted: Aug 10, 2007 8:10 AM
Reply to this message Reply
Advertisement
In this interview with Artima, Mark Thomas, Director of Java Technologies at IBM, talks about the potentially big implications of defects that are discovered only in a production environment, and what developers can do to discover and mitigate such problems.

http://www.artima.com/lejava/articles/javaone_2007_mark_thomas.html

What techniques have worked for you for finding bugs in code already in production?


acton wang

Posts: 6
Nickname: actonwang
Registered: Mar, 2006

Re: Small Bugs with Big Implications Posted: Aug 10, 2007 12:20 PM
Reply to this message Reply
For enterprise application running in production environment, precautiously add a tracing/debugging component which be easily turned on/off.

More important, program in a most conservative way. Always assume the worst can come. Although it will take you sometime to think during the development phase, it can lessen a lot of headache later.


Not sure there is some proven practices/components in Java. like to hear ...

Isaac Gouy

Posts: 527
Nickname: igouy
Registered: Jul, 2003

Re: Small Bugs with Big Implications Posted: Aug 10, 2007 1:37 PM
Reply to this message Reply
Mark Thomas spake "Once you're in production, nobody is going to let you run a debugger in that production environment. So it comes down to: How can you make it easy to find the root causes of those problems?"

Unless it's a Smalltalk system.

Unless it's a Lisp system - "I used Lisp for decades, but could I have connected to a REPL on an unmanned spacecraft running a large, complex Lisp app and debugged it in situ? I'd like to think so, but honestly, I have my doubts. But my CTO did that."
http://lambda-the-ultimate.org/node/2353#comment-35288

Flat View: This topic has 2 replies on 1 page
Topic: Developers' Changing Roles Previous Topic   Next Topic Topic: Developers as Typists

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use