Posted by Mike Willbanks on 05/25/05 16:40
Just to add some more to this list:
> In case some of you are not aware of the difference between strong/weak
> and static/dynamic typing and their consequences I found the following
> quite enlightening:
>
> <http://www.artima.com/weblogs/viewpost.jsp?thread=7590>
> <http://mindview.net/WebLog/log-0025>
http://www.artima.com/weblogs/viewpost.jsp?thread=4639
http://www.paulgraham.com/hundred.html
http://www.paulgraham.com/hp.html
http://java.sun.com/features/2003/05/bloch_qa.html
Some are pro some are against as always ;)
Things like this always come down to personal preference. Me I
completely agree with the first link I posted. Much of the argument has
been about people not creating programs well....
I think this never solves the problem as in the first link above. You
need to do solid checking of your programs with unit testing and all the
above. Most of the errors I see in PHP are logic errors. You will find
those just about anywhere.
Mike
Navigation:
[Reply to this message]
|