Naming functions that returns a Boolean
Among the things that are hard in programming, naming a function or variable takes the top place.
In case you are writing a function that returns a Boolean, prefixing the method name using is or can or should is a great idea. Here are some examples.
...
gokhale.me2 min read