8/13 What are people's opinions on large projects written in perl? I have
heard from a very reliable source that large (more than a couple of
tens of thousands of lines) projects collapse under their own weight
if written in perl.
\_ Yeah, that's the common wisdom on the subject.
\_ It's indeed "common wisdom", but not a definitively true statement.
What kind of project do you have in mind?
\_ I don't think perl's inherently limited to small projects, but
its advantages are strongest there. For large projects, you
can use strict, use the object-oriented stuff, compile if you
have to. There's no particular reason why a large project
wouldn't work, but support for large projects is kind of tacked
on, and doesn't make for the kind of fast development that makes
perl ideal for smaller projects. -tom
\_ I'd (annoyingly) agree with tom, and I love perl. Keep in mind
that "large project" is relative. If it's a giant website,
with lots of pages, but each page has a limited amount of
work to do, and you want shared components, there are definitely
systems in place to make perl a good system for that. If it's
one big monolithic app, forget it.
\_ did you mean "annoyedly"?
\_ well, if i agree with tom, than by definition i _am_
\_ well, if i agree with tom, then by definition i _am_
\_ did you mean "then"?
being annoying...
\_ I'm annoyed. |