SyntaxFix
Write A Post
Hire A Developer
Questions
For methods which may fail, that is you specify boolean as return type, I would use the prefix try:
try
if (tryCreateFreshSnapshot()) { // ... }
For all other cases use prefixes like is.. has.. was.. can.. allows.. ..
is..
has..
was..
can..
allows..