Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The standard (citing from memory) is to use Properties in uppercase (PascalCase) and fields in lowercase (camelCase) with NO prefix whatsoever but preceed them with "this." whenever referenced. parameters are also lowercase (camelCase) with NO prefix whatsoever and are thus difference of local variables by the absence of the "this.". However, this doesn't answer the static fields and Properties...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: