Click here to Skip to main content
15,891,942 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: Programming in Javascript creates bad habits Pin
Afzaal Ahmad Zeeshan20-May-16 21:35
professionalAfzaal Ahmad Zeeshan20-May-16 21:35 
GeneralRe: Programming in Javascript creates bad habits Pin
User 483504720-May-16 12:11
User 483504720-May-16 12:11 
GeneralRe: Programming in Javascript creates bad habits Pin
TheGreatAndPowerfulOz20-May-16 12:14
TheGreatAndPowerfulOz20-May-16 12:14 
GeneralRe: Programming in Javascript creates bad habits Pin
Camilo Reyes20-May-16 12:50
professionalCamilo Reyes20-May-16 12:50 
GeneralRe: Programming in Javascript creates bad habits Pin
Marc Clifton20-May-16 16:03
mvaMarc Clifton20-May-16 16:03 
GeneralRe: Programming in Javascript creates bad habits Pin
Camilo Reyes27-May-16 13:39
professionalCamilo Reyes27-May-16 13:39 
GeneralRe: Programming in Javascript creates bad habits Pin
Sander Rossel20-May-16 14:00
professionalSander Rossel20-May-16 14:00 
GeneralRe: Programming in Javascript creates bad habits Pin
Jeremy Falcon20-May-16 14:03
professionalJeremy Falcon20-May-16 14:03 
JavaScript, like any other language, is what you make of it. There's nothing saying you can't do what you just did in your own programs to abstract logic. It's perfectly valid. Cheer up bro, you're not shaking hands with the devil until you start using Ruby. Smile | :)

Anyway, where I see that JavaScript has failed miserably is allowing for things like modular development, but it was a language for the web and thus never to be compiled into a single executable. And web requests are expensive, so having 1000 modules to load an app / webpage was never feasible since it would be asking a web server for 1001 requests per page.

But times have changed, especially with Node. There's nothing saying you can't write a well-written app in it, with all your bells and whistsles. The only difference being, you have to get things running manually, there is no JS bells and whistles preprocessor / add-on out of the box type thing. Maybe TypeScript in VS, but most things you have to just know about it to implement it.
Jeremy Falcon

GeneralRe: Programming in Javascript creates bad habits Pin
Mark_Wallace21-May-16 17:36
Mark_Wallace21-May-16 17:36 
GeneralRe: Programming in Javascript creates bad habits Pin
Marc Clifton23-May-16 9:05
mvaMarc Clifton23-May-16 9:05 
GeneralRe: Programming in Javascript creates bad habits Pin
Mark_Wallace23-May-16 9:46
Mark_Wallace23-May-16 9:46 
GeneralRe: Programming in Javascript creates bad habits Pin
Dan Neely23-May-16 11:00
Dan Neely23-May-16 11:00 
GeneralRe: Programming in Javascript creates bad habits Pin
Mark_Wallace24-May-16 6:53
Mark_Wallace24-May-16 6:53 
GeneralMoment of Optimism Pin
W Balboos, GHB20-May-16 8:31
W Balboos, GHB20-May-16 8:31 
GeneralRe: Moment of Optimism Pin
908236520-May-16 8:55
908236520-May-16 8:55 
GeneralRe: Moment of Optimism Pin
Gary R. Wheeler21-May-16 3:38
Gary R. Wheeler21-May-16 3:38 
GeneralRe: Moment of Optimism Pin
Slacker00720-May-16 9:35
professionalSlacker00720-May-16 9:35 
GeneralRe: Moment of Optimism Pin
  Forogar  20-May-16 9:46
professional  Forogar  20-May-16 9:46 
GeneralProgramming Question Pin
kmoorevs20-May-16 7:57
kmoorevs20-May-16 7:57 
GeneralRe: Programming Question Pin
snorkie20-May-16 8:04
professionalsnorkie20-May-16 8:04 
GeneralRe: Programming Question Pin
kmoorevs21-May-16 5:00
kmoorevs21-May-16 5:00 
GeneralRe: Programming Question Pin
Richard Deeming20-May-16 8:04
mveRichard Deeming20-May-16 8:04 
GeneralRe: Programming Question Pin
Ravi Bhavnani20-May-16 8:10
professionalRavi Bhavnani20-May-16 8:10 
GeneralRe: Programming Question Pin
OriginalGriff20-May-16 8:30
mveOriginalGriff20-May-16 8:30 
GeneralRe: Programming Question Pin
Ravi Bhavnani20-May-16 9:03
professionalRavi Bhavnani20-May-16 9:03 

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.