Posts Tagged ‘ programmers ’

Do you use a Real Editor? | Virtuous Code

September 15, 2010
By

I'm still putting together my talk on Ruby error handling . If you have opinions or advice on the topic, get in touch! Friday 17:48. So SalesForce is on quite the spree http://ow.ly/3A2yF ยท Friday 16:34. This is a FANTASTIC group to work ...

Read more »

Debugging PHP Script

February 24, 2010
By

You've done your best to make your code watertight, and yes, some errors still manage to seep through. How do you go about removing the little blighters? That process is called troubleshooting. Troubleshooting gradually eliminates ...

Read more »

ASP .NET Programmers Guide: Application Level Error Handling in …

July 28, 2009
By

NET Error Handling Remarks. Be careful to handle possible errors in your Application_Error procedure. This procedure is executed when every error occurs, so Application_Error will call itself and it is possible to go in to infinite loop ...

Read more »