Jump to content

[SOLVED] case-insensitive Class Constants possible?


alexweber15

Recommended Posts

[quote author=genericnumber1 link=topic=221525.msg1020246#msg1020246

I don't want to read someone's code where they aren't consistent.. it looks amateur, messy, and it makes the code harder to read.

 

I wasn't referring to a single author, I was talking more about creating a convention. Sloppy code is different than a developer not following your preferences :P

 

But even then, changing case for function/class names really isn't THAT sloppy. What ticks me off is when devs mix camelHump() and under_score() naming :D>:(

What ticks me off is when devs mix camelHump() and under_score() naming :D>:(

 

you mean mixing between the two for variables and/or functions?  or in general?

 

as in would it tick you off if ALL variables used under_score() naming and ALL functions used camelCase() ?

 

just wondering  :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.