View Single Post
  #68   Report Post  
Posted to alt.binaries.schematics.electronic
Joel Koltner Joel Koltner is offline
external usenet poster
 
Posts: 16
Default constructive critic on my plcc adapter PCB - LCNORM.zip

"Rich Grise" wrote in message
news
Loosely-typed or untyped data is a mare's nest of bugs just
waiting to happen.


For relatively simple programs the productivity gains of not dealing with
typed data (and explicit data conversions) often outweighs the potential for
problems. Especially when there's at least the appearance of only a couple of
core data types, such as strings and floating point numbers.

For complex programs I think more people agree that stronger typing does a lot
of good. Exactly where the dividing line between "simple" and "complex" lies
is largely a function of just how skilled the individual programmer is!