| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Feb 3 at 20:37 | |
| stats | profile views | 2 |
|
Oct 25 |
comment |
At which point do you “know” a technology enough to list it on a resume Why is there nothing between "not comfortable implementing anything in it" and "use it daily"? |
|
Apr 27 |
comment |
Using single characters for variable names in loops/exceptions I use single-letter variables in several other situations: x, y, z for coordinates, for instance, and if I'm computing something using a mathematical formula I'll store the intermediate results in variables that match what's used in the formula. |
|
Feb 15 |
comment |
What's your favorite interview question? Isn't it just (x << 3) - x? |
|
Feb 8 |
comment |
What are some good practices before checking in source code? Don't all of those steps just move from when you checkin, to when you push? |