So, I've figured it out. I'm in the middle of the final push for a project at work. In typical software developer fashion we are short on time and everyone is working hard. I figured, “Work Smarter, Not Harder!” I also decided to implement this algorithm in VB since everyone forces me into a C# world. So... Here it is:
Public Function DevelopNI2()
Dim jeff As Person
Dim ni2 As Program
Do
If ni2.Done = True Then
Return ni2
Else
jeff.WriteCode()
Do While jeff.isTired = True
jeff.Sleep()
Loop
If jeff.IsBurntOut = True Then
Return Nothing
End If
End If
Loop
End Function
Oh, and btw I wanted to try out this handy new tool that let's you copy source code as HTML.
posted on Wednesday, October 20, 2004 11:51 PM