When creating environment specific logins (development, qa, staging, production, etc.) I'm faced with the choice of making the denotation a prefix or a suffix to the login name.
Examples
prod_MyAppLogin
MyAppLogin_prod
Is there any reason why I should prefer one strategy over the other?
(Obviously, I should be consistent with whichever choice I make)
