Click here to Skip to main content
15,884,472 members

Survey Results

Compile-time Language Type Safety: a help or a hindrence?   [Edit]

Survey period: 17 May 2010 to 24 May 2010

C++ has pointers, .NET 'object', C# 4 has the 'dynamic' keyword, VB 'Dim', Javscript 'var', just to name a few. Do the benefits of mixing and matching types outweight the protections that compile-time strong typing brings?

OptionVotes% 
Type safety is critical to software development31845.23
Type safety is useful, but not critical30643.53
I don't care either way314.41
Type safety isn't that useful.162.28
Type safety is a hindrence to programming131.85
I have no idea what you're talking about192.70



 
GeneralRe: It depends... Pin
Henry Minute17-May-10 2:34
Henry Minute17-May-10 2:34 
GeneralRe: It depends... Pin
Nemanja Trifunovic17-May-10 4:38
Nemanja Trifunovic17-May-10 4:38 
GeneralRe: It depends... Pin
AWdrius17-May-10 5:13
AWdrius17-May-10 5:13 
GeneralRe: It depends... Pin
Nemanja Trifunovic17-May-10 5:36
Nemanja Trifunovic17-May-10 5:36 
GeneralRe: It depends... Pin
AWdrius17-May-10 5:44
AWdrius17-May-10 5:44 
GeneralRe: It depends... Pin
Nemanja Trifunovic17-May-10 5:55
Nemanja Trifunovic17-May-10 5:55 
GeneralRe: It depends... Pin
AWdrius17-May-10 6:04
AWdrius17-May-10 6:04 
GeneralRe: It depends... Pin
Plamen Dragiyski17-May-10 11:51
professionalPlamen Dragiyski17-May-10 11:51 
It does not depends of the "how big the project is". Sometimes you need to break type-safety to make a feature, that application will depends on (usually feature is lower level than application) and for such libraries and features type-safety is unthinkable. However in commercial world, where it is more important to have results fast, rather than to have better result, it is prefered to have not-so-stable, but ready libraries and features than writing better on your own. Thus type-safety is not just a obligation. Companies prefering languages that have type-safety automated.
GeneralRe: It depends... Pin
John Underhill23-May-10 8:59
John Underhill23-May-10 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.