Click here to Skip to main content
15,891,136 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: TypeScript Pin
Slacker00718-Oct-19 7:07
professionalSlacker00718-Oct-19 7:07 
GeneralRe: TypeScript Pin
Pete O'Hanlon18-Oct-19 5:11
mvePete O'Hanlon18-Oct-19 5:11 
GeneralRe: TypeScript Pin
Marc Clifton18-Oct-19 10:33
mvaMarc Clifton18-Oct-19 10:33 
GeneralRe: TypeScript Pin
Pete O'Hanlon20-Oct-19 0:35
mvePete O'Hanlon20-Oct-19 0:35 
GeneralRe: TypeScript Pin
kmoorevs18-Oct-19 5:54
kmoorevs18-Oct-19 5:54 
GeneralRe: TypeScript Pin
RickZeeland18-Oct-19 6:40
mveRickZeeland18-Oct-19 6:40 
QuestionRe: TypeScript Pin
ZurdoDev18-Oct-19 7:10
professionalZurdoDev18-Oct-19 7:10 
AnswerRe: TypeScript Pin
Marc Clifton18-Oct-19 10:42
mvaMarc Clifton18-Oct-19 10:42 
ZurdoDev wrote:
What does it give you?


It's the difference between strongly typed vs. duck-typed. So you get real Intellisense and compile-time type checking, which when coupled with an IDE like Visual Studio (one option among many) you get to see the type errors before running the program. Some of the type definition syntax is more functional programming-like, so you can say "this type is of type A or B", which is neat.

Given my general (and strong) distaste for duck-typed languages, TypeScript is a definite boon and significantly decreases the number of bonehead (and some not so bonehead) mistakes that I make programming in pure Javascript. My coding is also faster due to Intellisense, almost up to par with my efficiency with C#.

GeneralRe: TypeScript Pin
ZurdoDev18-Oct-19 10:48
professionalZurdoDev18-Oct-19 10:48 
GeneralRe: TypeScript Pin
Member 916705720-Oct-19 21:37
Member 916705720-Oct-19 21:37 
GeneralRe: TypeScript Pin
Fabio Franco20-Oct-19 22:02
professionalFabio Franco20-Oct-19 22:02 
GeneralRe: TypeScript Pin
rhyous21-Oct-19 11:22
rhyous21-Oct-19 11:22 
GeneralThought of the Day Pin
OriginalGriff18-Oct-19 4:34
mveOriginalGriff18-Oct-19 4:34 
GeneralRe: Thought of the Day Pin
rnbergren18-Oct-19 4:38
rnbergren18-Oct-19 4:38 
GeneralRe: Thought of the Day Pin
lopatir18-Oct-19 4:41
lopatir18-Oct-19 4:41 
JokeRe: Thought of the Day Pin
Alberto Escobar Jiménez18-Oct-19 4:45
Alberto Escobar Jiménez18-Oct-19 4:45 
GeneralRe: Thought of the Day Pin
Gary Wheeler18-Oct-19 6:42
Gary Wheeler18-Oct-19 6:42 
GeneralRe: Thought of the Day Pin
DRHuff18-Oct-19 4:54
DRHuff18-Oct-19 4:54 
GeneralRe: Thought of the Day Pin
dandy7220-Oct-19 4:47
dandy7220-Oct-19 4:47 
GeneralI'm having an especially hard time... Pin
#realJSOP18-Oct-19 4:29
mve#realJSOP18-Oct-19 4:29 
GeneralRe: I'm having an especially hard time... Pin
CodeWraith18-Oct-19 4:33
CodeWraith18-Oct-19 4:33 
GeneralRe: I'm having an especially hard time... Pin
dan!sh 18-Oct-19 4:35
professional dan!sh 18-Oct-19 4:35 
GeneralRe: I'm having an especially hard time... Pin
CodeWraith18-Oct-19 4:37
CodeWraith18-Oct-19 4:37 
GeneralRe: I'm having an especially hard time... Pin
musefan18-Oct-19 4:39
musefan18-Oct-19 4:39 
GeneralRe: I'm having an especially hard time... Pin
ZurdoDev18-Oct-19 7:11
professionalZurdoDev18-Oct-19 7:11 

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.