Ticket #840 (defect)

Opened 3 months ago

Capital letters for the initial letter of the directories name

Status: new

Reported by: rogerjose81 Assigned to: xue
Priority: low Milestone: 3.1.3
Component: Prado Framework v3 Version: 3.1
Severity: minor Keywords:
Cc:

I've seen that on Prado exist the convention of to use capital letters for the initial letter of the name of the directories. So I do not understand because in the System.Web.Services.TPageService class is declared the constant DEFAULT_BASEPATH as 'pages' and not as 'Pages'. So we could put in Linux 'Application.Pages.Layout' instead of 'Application.pages.Layout'.

I also noticed that in some examples using 'pages' for the basic directory name, and in others using 'Pages', I imagine that this was because some works on Windows and others work on Linux.

Greetings.