Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Markup tags should be written in:

by tobyink (Canon)
on Aug 01, 2013 at 23:52 UTC ( [id://1047518]=note: print w/replies, xml ) Need Help??


in reply to Markup tags should be written in:

  • whatever the spec requires (but lowercase if the spec is case-insensitive)

(Yet I choose to write SQL keywords in ALL CAPS.)

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re^2: Markup tags should be written in:
by Anonymous Monk on Aug 03, 2013 at 10:07 UTC

    Well, that -- SQL keywords in uppercase -- does tend to highlight the table & column names in lowercase excellently. When everything is in lowercase, a query requires too much effort to pick out its purpose.

    Needless to say all uppercase is even harder to parse; doable but I would rather do 0,$s/./\L&/g if only to make reading easier.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047518]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-03-28 19:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found