I have been using 'and' for '&&' and 'or' for '||' recently and they seem to work just as good as the symbols. And they are also faster to type for me and i feel it makes the code more readable.
Is there any difference between them?
Is to recommended to use && and ||, if yes why?
Why don't top coders use them?