develooper Front page | perl.perl6.users | Postings from May 2006

Re: 3 Good Reasons...

Thread Previous
From:
A. Pagaltzis
Date:
May 24, 2006 16:10
Subject:
Re: 3 Good Reasons...
Message ID:
20060524230940.GJ32180@klangraum
* Michael Mathews <micmath@gmail.com> [2006-05-25 00:45]:
> Is there something in Perl 6 akin to a "use strict" switch that
> will apply the straightjacket some projects need, and thus
> force typing of all variables. (Then I could have a good
> comeback for those damned Java guys.)

It’s called Company Coding Style. Yes, the compiler doesn’t
enforce that, but you can check the source itself for type
declarations where Style says they should be; this is a different
situation from Perl 5, where you have to rely on much softer
metrics external to the source.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About