I'm reading through a C# coding standards document and come across a section that reads as follows:
- Try to prefix Boolean variables and properties with "Can", "Is" and "Has".
Can anyone give me an example of hows it's done or maybe a useful link on the subject please ?
I've had a bit of a Google myself but couldn't find a difinative answer.
Thanks in advance.