Why do some people wrap types inside of []? is it just a preference to coding or actually means any thing different?
Can't find any thing on google.
VB.NET:
Private m_someString As [String] = [String].Empty
Can't find any thing on google.