Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Classes and Modules should be orthagonal (Score 1) 415

It is true that "[t]rying to force everything into a hierarchy - especially into a single-rooted hierarchy - can give truly contorted programs". That is why (considering imperative languages, not functional ones) a language should have both classes and modules. Trying to use classes to do the job of modules is what leads to contortion.

Slashdot Top Deals

The reward of a thing well done is to have done it. -- Emerson

Working...