Why dynamic typing is not good for big projects
The other day I was updating an algorithm for searching some data elements. The general structure of the code was something like this (btw we use Perl):
my $from = Date::Utility->new($finput)->epoch;
my $to = Date::Utility->new($tinput)->epoch;
#.....
mahdix.com1 min read