Purpose:
The purpose of this document is to convey some simple ideas and practices that I have found helpful in a team development environment.
I’m using the term “Ideals” to communicate the fact that these are not “rules”. They are flexible and not appropriate for every situation.
Ideals:
Try
'Do Something
Catch ex As Exception
System.Diagnostics.EventLog.WriteEntry("MyCode", ex.Message)
End Try
posted @ Friday, July 08, 2005 8:06 PM