1
2
3
4
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
1
2
3
4
        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, 3 refactorings, tagged with goto, evil, vb, lotus notes

This horrible code I inheri...

9f4136a119aa096b3b4faf1c33a7e08e Talk