Lazycoder

31Mar/050

some doink code

Just saw this little gem in some code I’m working on.


...
			else
			{
				executeLogin = true;
			}

			if(executeLogin)
			{
...

As my friend Brian put it, “No rushing into things”.

Filed under: General Leave a comment