Click here to Skip to main content
15,915,093 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Naming stuff... Pin
Munchies_Matt12-Aug-19 8:55
Munchies_Matt12-Aug-19 8:55 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 9:04
professionalSander Rossel12-Aug-19 9:04 
GeneralRe: Naming stuff... Pin
Munchies_Matt12-Aug-19 9:06
Munchies_Matt12-Aug-19 9:06 
GeneralRe: Naming stuff... PinPopular
Sander Rossel12-Aug-19 10:48
professionalSander Rossel12-Aug-19 10:48 
GeneralRe: Naming stuff... Pin
Overtkill13-Aug-19 6:20
Overtkill13-Aug-19 6:20 
GeneralRe: Naming stuff... Pin
honey the codewitch12-Aug-19 19:46
mvahoney the codewitch12-Aug-19 19:46 
GeneralRe: Naming stuff... Pin
kmoorevs12-Aug-19 9:51
kmoorevs12-Aug-19 9:51 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 10:33
professionalSander Rossel12-Aug-19 10:33 
I don't like underscores, they're kind of a throwback to the pre-2000's last resort Big Grin | :-D
PascalCasing for classes, methods and properties in C# and SQL, camelCasing for variables and Java(Script), this-type-of-casing in HTML and CSS (and now Azure too I guess), this_kind_of_casing only when I have no other option or if that seems to be the standard in the project I'm working on and thiskindofcasing only for Azure storage accounts because that only allows lower case characters for some reason.
I also never use THIS_SORT_OF_CASING, constants just get regular PascalCasing.
And fields aren't prefixed with an _underscore.

Azure simply doesn't allow upper case characters in a SQL Server name (I'm talking about the SQL Server resource, not the actual database).
Only lower case characters, numbers and -'s, so sqlserver1 and sql-server1 are alright, but SqlServer is not Sigh | :sigh:

GeneralRe: Naming stuff... Pin
honey the codewitch12-Aug-19 19:43
mvahoney the codewitch12-Aug-19 19:43 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 21:55
professionalSander Rossel12-Aug-19 21:55 
GeneralRe: Naming stuff... Pin
honey the codewitch12-Aug-19 21:58
mvahoney the codewitch12-Aug-19 21:58 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 22:28
professionalSander Rossel12-Aug-19 22:28 
GeneralRe: Naming stuff... Pin
honey the codewitch12-Aug-19 22:58
mvahoney the codewitch12-Aug-19 22:58 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 23:06
professionalSander Rossel12-Aug-19 23:06 
GeneralRe: Naming stuff... Pin
honey the codewitch12-Aug-19 23:36
mvahoney the codewitch12-Aug-19 23:36 
GeneralRe: Naming stuff... Pin
Sander Rossel13-Aug-19 0:19
professionalSander Rossel13-Aug-19 0:19 
GeneralRe: Naming stuff... Pin
sasadler13-Aug-19 5:49
sasadler13-Aug-19 5:49 
GeneralRe: Naming stuff... Pin
honey the codewitch12-Aug-19 19:40
mvahoney the codewitch12-Aug-19 19:40 
GeneralRe: Naming stuff... Pin
Member 916705712-Aug-19 21:15
Member 916705712-Aug-19 21:15 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 22:04
professionalSander Rossel12-Aug-19 22:04 
GeneralRe: Naming stuff... Pin
Member 916705712-Aug-19 22:15
Member 916705712-Aug-19 22:15 
GeneralRe: Naming stuff... Pin
Sander Rossel12-Aug-19 22:47
professionalSander Rossel12-Aug-19 22:47 
GeneralRe: Naming stuff... Pin
Member 916705712-Aug-19 23:23
Member 916705712-Aug-19 23:23 
GeneralRe: Naming stuff... Pin
Sander Rossel13-Aug-19 0:02
professionalSander Rossel13-Aug-19 0:02 
GeneralRe: Naming stuff... Pin
Member 916705713-Aug-19 0:34
Member 916705713-Aug-19 0:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.