Forgot your password?

typodupeerror

Comment: Re:Unadvantages! (Score 1) 308

by nitehawk214 (#43794605) Attached to: Dart Is Not the Language You Think It Is

Once the idea is tested and youâ(TM)re comfortable with the design, you can add type annotations.

I've been doing this with comments since 1999 and it works great! Of course I still haven't gotten around to that final step of going back and adding all those comments but I love the flexibility!

Unless you like bugs, type-checking is a good thing. Lack of type enforcement encourages what -- lack of forethought?

When you go to hell, your punishment will be to go back and add comments to every bit of code you have ever written.

I am pretty sure I would rather stab myself in the eye then go back and look at code I wrote in 1999.

Satire does not look pretty upon a tombstone.

Working...