Why declare an array type[] arrayName instead of type arrayName[]
I installed an app called programming hub beta app from google play that discourages declaring an array in this format type arrayName[]. It doesn't give the main reasons why. but it just says conventions discourages it. I would wish to understand why not use type arrayName[] instead of this type[] arrayName. Or may be i am wrong.