Ok, so I'm writing an ASP.NET web application. I have files named for classes that are named with mixed case, like this: MyClassName.aspx, which is standard.
However, these files are also file names for web pages, which are lowercase by convention.
So, do I use MyClassName.aspx, or myclassname.aspx?
What would you do.
However, these files are also file names for web pages, which are lowercase by convention.
So, do I use MyClassName.aspx, or myclassname.aspx?
What would you do.