|
|
|
|
|
by petre
2180 days ago
|
|
> Ofc the Perl is going to look like garbage and not be maintainable Please stop perpetuating this myth. It really depends how you write it. Perl isn't going to do the tidying up for you, you'll have to properly structure the code yourself. If you still write Perl code like it’s 1991 then maybe itcs not maintainable. I work on a largeish Perl code base and I can assure you it's quite maintainable, moreso than most Js that people install via npm as we speak. |
|
This is probably one of the issues with Perl. You can still write Python code like it's 1991 and it will still be readable and maintainable.