Void return types
If a method return nothing, it SHOULD be indicated with void. This makes it more clear to the users of your code what your intention was when writing it.
If a method return nothing, it SHOULD be indicated with void. This makes it more clear to the users of your code what your intention was when writing it.