Feeds:
Posts
Comments

Posts Tagged ‘typing’

Duck Typing 2

Another nice Geek and Poke cartoon about Duck Typing from Oliver Widder:

Read Full Post »

Duck Typing

from Geek and Poke:

Read Full Post »

Test vs. Type

Is correctness or verification a question of test vs. type (because dynamic languages as Python or Ruby without strong typing can not be relied on to create large programs) ? It is true that testing is especially important for dynamic languages, and sometimes neglected for traditional, strongly typed languages as C# or Java. I think [...]

Read Full Post »