Click here to Skip to main content
15,896,445 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
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 
GeneralRe: Programming in Javascript creates bad habits Pin
Mark_Wallace21-May-16 17:36
Mark_Wallace21-May-16 17:36 
For me, it's a "fit for purpose" thing.

I see js as being for "disposable" pages (which is what a fair proportion of the Interwebs comprise), and it's absolutely perfect for that, because all you need is either a quick "copy & paste and get the page up" solution, or a page template that already contains the required routines, so you don't even have to copy & paste anything.

If you then want to set up a page that governs those pages, it's simple, quick, and up on the web before your second coffee. No coding standards, no databases, and no time at all "wasted" in getting the product (the content of the pages) to the customer (the web-surfer).

A professional site for a business, however, needs content management, document management, library-based code injection, and at least one database -- it's no longer "pages"; it's now a program/application, which most certainly does need more than js can offer.

However, even professional sites contain a lot of "pages", which don't need all the froufrou, so why waste twelve hours of a developer's time on what can be called "infrastructure work", when all he really needs to do is C & P & tweak a bit of js to get the content up on the site, where the customer can access it?

Not everything needs to be wrapped in swaddling, carefully bandaged, then clad in perfectly-welded iron. Some things just need to be available to the customer.
I wanna be a eunuchs developer! Pass me a bread knife!

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 PinPopular
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 
GeneralRe: Programming Question Pin
Ian Shlasko20-May-16 8:59
Ian Shlasko20-May-16 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.