in reply to Re^2: Recap: The Future of Perl 5
in thread Recap: The Future of Perl 5
Ovid:
Again, if you have to remember to do a particular thing to get benefits, it hurts the Perl community. For example, use strict; use warnings; should have been the default a long time ago, with additional action taken to disable them.So, Joe SysAdmin does an upgrade one day, and finds half of the old perl scripts on the system are broken. This is not something you want to have happen, not when we're still fighting the fallout from the "perl is dead" smear campaign.
I could see an argument that stuff like "use 5.10.0" should've implied strict and warnings also... or for that matter that cromatic's Modern::Perl should ship with the core library, it's a lot easier to type correctly (I had to double-check that you really need "5.10.0").
Backwards compatibility is really and truly important, and it remains important-- it's one of the things that perl has always gotten right (and the new kids keep screwing up).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Recap: The Future of Perl 5
by tobyink (Canon) on Aug 24, 2018 at 18:50 UTC | |
by Arunbear (Prior) on Aug 25, 2018 at 11:16 UTC | |
by soonix (Chancellor) on Aug 25, 2018 at 12:13 UTC | |
by doom (Deacon) on Aug 25, 2018 at 18:35 UTC | |
by tobyink (Canon) on Aug 25, 2018 at 11:58 UTC |