1,145 reputation
515
bio website
location
age
visits member for 1 year, 8 months
seen 15 hours ago
stats profile views 43


Dec
14
awarded  Guru
Dec
14
comment How can I find own replacement when the company wants someone far less experienced?
That's not a problem exclusive to the software industry. The minimum qualifications exist simply to help weed out people who have no chance of qualifying. From there, you start the interview process.
Dec
14
awarded  Good Answer
Dec
14
awarded  Mortarboard
Dec
14
awarded  Nice Answer
Dec
14
revised Selling LINQ To Management
added 204 characters in body
Dec
14
answered Selling LINQ To Management
Dec
14
answered How can I find own replacement when the company wants someone far less experienced?
Dec
14
answered Will I ever be able to code client-side browser code in a language of my choice?
Dec
13
comment Collection providing lookup by one of several keys
@Daniel The names are ambiguous because they're not language specific names, but generic CS names. Check out this Wikipedia article for a clearer picture.
Dec
13
awarded  Commentator
Dec
13
comment Collection providing lookup by one of several keys
@Daniel Fair enough. That solution is a quick hack at best. However, the names I mention are going to be the answer you seek.
Dec
13
answered Collection providing lookup by one of several keys
Dec
13
answered What's a good way to prepare for this course titled “Programming Language Security”?
Dec
13
answered Programming language for highschoolers?
Dec
13
comment TRS-80 Color BASIC as an inspiration for a new programming language
I think that if a person doesn't understand C++, they probably aren't going to be able to understand how to write a programming language. Therefore, I don't really see that as a downside, per se. +1
Dec
12
comment Does simplicity always improve Readability?
Yes. One call per line is simpler and easier for me to read. However, readability is subjective. (Also, this doesn't even come close to answering the question.)
Dec
10
awarded  Popular Question
Dec
6
comment Database design good practices
My advice: be adamant about your opinions and bring up one issue at a time. Don't unload everything in your employee review.
Dec
6
accepted How can I define and measure simplicity in code?