CS Nerdiness
We were seated by subject. Those who tutor chem at one table, bio at another, etc. There are only two of us who tutor ICS, so we were seated with the lone physics tutor.
The instructor was lecturing about something impossibly boring until she used an all too familiar phrase: first in last out. She paused, trying to think of a first in last out situation to help explain first in last out.
I began to smile. Then I started to laugh. And then I turned to look at my fellow ICS-er and he was laughing too. I looked at him. He looked at me.
And then I felt really, really geeky.
yay data structures
* * *
Trying to figure out why his conditional statement wasn't working over the phone...at this point we had been talking for about 30 minutes
Me: So, okay. So what you have written is "if, open paren, a dot getSize, equal, equal..."
Brother: GAHHHHHHHH
Heheh...he was trying to write an "if" statement like
if(a.getSize() = this.getSize())
.....
the joys of debugging...
|