Does it make you a bad programmer if you have to look up the syntax for rare syntax?
For example, I code in C# 3.0 and closures/lambda expressions are not something I use often. Very rarely in fact, both at home and at work. So when I do use these, and my refactoring tool (Reshaper) can't do the refactoring from conventional code to the above constructs where applicable, does it make you a bad coder if you need to look up the syntax? In the real world, if you don't know or practise the syntax very frequently, you will forget it.
What's your thoughts?
