Click here to Skip to main content
15,891,976 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Weak sucks, strong rules Pin
morzel18-Oct-13 4:27
morzel18-Oct-13 4:27 
GeneralRe: Weak sucks, strong rules Pin
vl218-Oct-13 8:01
vl218-Oct-13 8:01 
GeneralRe: Weak sucks, strong rules Pin
morzel18-Oct-13 8:26
morzel18-Oct-13 8:26 
GeneralRe: Weak sucks, strong rules Pin
vl228-Oct-13 2:01
vl228-Oct-13 2:01 
GeneralRe: Weak sucks, strong rules Pin
morzel28-Oct-13 4:44
morzel28-Oct-13 4:44 
GeneralRe: Weak sucks, strong rules Pin
vl228-Oct-13 5:01
vl228-Oct-13 5:01 
GeneralRe: Weak sucks, strong rules Pin
morzel28-Oct-13 7:25
morzel28-Oct-13 7:25 
GeneralRe: Weak sucks, strong rules Pin
vl228-Oct-13 8:19
vl228-Oct-13 8:19 
This is not what I said.

I said, why bother using "strong" type system if you still have to debug your code afterwards? You either use a real, proper static type system and then you never have to debug your code interactively, or you'll be more flexible with a dynamic type system and do all that hipster interactive stuff.

People tend to overuse interactive debugging, and it is really sad. Debugging is not a "normal" part of development. It should be considered a very last resort, when nothing else works. With a proper type system you don't have to step through your code to find out, what the program is "really doing" - types will tell you all about it straight away.
GeneralRe: Weak sucks, strong rules Pin
jschell18-Oct-13 13:07
jschell18-Oct-13 13:07 
GeneralRe: Weak sucks, strong rules Pin
vl228-Oct-13 2:00
vl228-Oct-13 2:00 
GeneralRe: Weak sucks, strong rules Pin
Marc Clifton18-Oct-13 3:43
mvaMarc Clifton18-Oct-13 3:43 
GeneralRe: Weak sucks, strong rules Pin
devenv.exe18-Oct-13 3:54
professionaldevenv.exe18-Oct-13 3:54 
GeneralRe: Weak sucks, strong rules Pin
W Balboos, GHB18-Oct-13 6:13
W Balboos, GHB18-Oct-13 6:13 
GeneralRe: Weak sucks, strong rules Pin
Nicolas Dorier18-Oct-13 8:51
professionalNicolas Dorier18-Oct-13 8:51 
GeneralRe: Weak sucks, strong rules Pin
PIEBALDconsult18-Oct-13 12:55
mvePIEBALDconsult18-Oct-13 12:55 
GeneralRe: Weak sucks, strong rules Pin
Nicolas Dorier18-Oct-13 14:32
professionalNicolas Dorier18-Oct-13 14:32 
GeneralRe: Weak sucks, strong rules Pin
PIEBALDconsult18-Oct-13 18:16
mvePIEBALDconsult18-Oct-13 18:16 
JokeRe: Weak sucks, strong rules Pin
Shuqian Ying18-Oct-13 9:06
Shuqian Ying18-Oct-13 9:06 
GeneralRe: Weak sucks, strong rules Pin
Christopher Duncan18-Oct-13 10:28
Christopher Duncan18-Oct-13 10:28 
GeneralRe: Weak sucks, strong rules Pin
RedDk18-Oct-13 14:07
RedDk18-Oct-13 14:07 
GeneralAn App for your Cat Pin
Kenneth Haugland18-Oct-13 2:49
mvaKenneth Haugland18-Oct-13 2:49 
GeneralRe: An App for your Cat Pin
BillW3318-Oct-13 3:38
professionalBillW3318-Oct-13 3:38 
GeneralRe: An App for your Cat Pin
Kenneth Haugland18-Oct-13 3:43
mvaKenneth Haugland18-Oct-13 3:43 
GeneralRe: An App for your Cat Pin
RJOberg18-Oct-13 4:02
professionalRJOberg18-Oct-13 4:02 
GeneralRe: An App for your Cat Pin
Kenneth Haugland18-Oct-13 4:05
mvaKenneth Haugland18-Oct-13 4:05 

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.