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”.
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”.