My feelings at this point...
Imports
SystemImports System.Web
Public
Class Robert Sub BlogYourMind()Brain.Dump(ToWebLog)
End Sub Public Function ExpressOpinions(ByVal sender As Object, ByVal e As DailyRoutineEventArgs)
Try
BlogYourMind()
Catch AnythingNotDotNet As InvalidBlogException
WonderWhyPeopleCantIgnoreWhatTheyDontAgreeWith()
Finally
Blog.Continue()
End Try
End Function Sub WonderWhyPeopleCantIgnoreWhatTheyDontAgreeWith()
'TODO: Implement routine
End Sub
End
Class