Private Function IsAppRunning() As Boolean
	'Looks to see if Lotus Notes is open

...

VB.NET On Remove the Evil GOTO

by hcase, September 25, 2008 23:33

My own refactoring since no...

9f4136a119aa096b3b4faf1c33a7e08e Talk
Private Function fIsAppRunning() As Boolean
            'Looks to see if Lotus Notes is open

...

VB.NET Remove the Evil GOTO

by hcase, September 25, 2008 00:43, 5 refactorings, tagged with vb, goto, evil, lotus notes

This horrible code I inheri...

9f4136a119aa096b3b4faf1c33a7e08e Talk