I have spent time coding a nice console App for windows users. It is 'console-based' so I wanted to make sure it looks professional when displaying messages to the user. I have seen many exploit code or linux codes displaying console information in this manner:
[+] Found 5 Wireless Networks!
[+] Now Commencing Attack...
[-] Couldn't load the dictionary file
....
[i] Your wifi has weak security
This is just an example. I wanted to know if there's a convention in using this [+] etc symbols while displaying messages or taking input in console applications.
I hope this is not silly, I just want my code to look professional coz I have worked hard writing the code.