Click here to Skip to main content
15,909,656 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: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
BillWoodruff24-Feb-18 23:57
professionalBillWoodruff24-Feb-18 23:57 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
Kornfeld Eliyahu Peter24-Feb-18 11:36
professionalKornfeld Eliyahu Peter24-Feb-18 11:36 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
BillWoodruff24-Feb-18 23:57
professionalBillWoodruff24-Feb-18 23:57 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
Mitchell J.24-Feb-18 15:01
professionalMitchell J.24-Feb-18 15:01 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
BillWoodruff24-Feb-18 23:56
professionalBillWoodruff24-Feb-18 23:56 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
Marc Clifton25-Feb-18 2:48
mvaMarc Clifton25-Feb-18 2:48 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
BillWoodruff25-Feb-18 3:15
professionalBillWoodruff25-Feb-18 3:15 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
Dar Brett26-Feb-18 1:06
Dar Brett26-Feb-18 1:06 
Marc Clifton wrote:
Personally, I refuse to touch node.js Why should I write server-side code in a crufty language when I have a great language (C#) that I can use instead?

I wish someone had said that to me before I started doing NodeJS. The only things NodeJS gives you is access to a repository of packages that nobody vets for quality, and access to a pool of self taught frontend developers who don't know any language but JavaScript.

Even after wrapping it in TypeScript NodeJS is still a nightmare. There's nothing built into typescript to give you a
JavaScript
JSON.parse<T>()
sort of function so to write anything that doesn't just fail you've still got to write the code toe sanitize all inputs. If you're writing that kind of code you may as well just give up and program in C, at least then you'd get to feel hardcore.


Marc Clifton wrote:
I got turned off from even looking at Angular when they announced version x+1 would make breaking changes to version x. Why?

They needed to make breaking changes because they realised how much of a mess it was, I don't know if the new one is any better. If you understand the newer parts of W3C specs and consider how much functionality you actually use from a frontend framework, you quickly realise that there's not any compelling reasons to use one.


Marc Clifton wrote:
Come on people, how hard is it to write simple (and actually elegant) Javascript and achieve bidirectional realtime data exchange between the server and the browser with AJAX and websockets?

I'm actually hard pressed to find any javascript devs who will even consider WebSockets, or use XHR directly. It's almost as rare as finding front-end web developers who can write CSS without copy pasting everywhere.
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
Jacquers25-Feb-18 21:22
Jacquers25-Feb-18 21:22 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
BillWoodruff25-Feb-18 23:04
professionalBillWoodruff25-Feb-18 23:04 
GeneralRe: Ioniic/Node/Angular/TypeScript ... your experience ? Pin
Member 1008276726-Feb-18 9:22
Member 1008276726-Feb-18 9:22 
GeneralRVOTD Pin
Brisingr Aerowing23-Feb-18 11:24
professionalBrisingr Aerowing23-Feb-18 11:24 
PraiseRe: RVOTD Pin
User 1106097923-Feb-18 11:29
User 1106097923-Feb-18 11:29 
GeneralRe: RVOTD Pin
David O'Neil25-Feb-18 10:22
professionalDavid O'Neil25-Feb-18 10:22 
GeneralHave a nice Weekend... PinPopular
User 1106097923-Feb-18 10:49
User 1106097923-Feb-18 10:49 
JokeRe: Have a nice Weekend... Pin
RickZeeland23-Feb-18 22:39
mveRickZeeland23-Feb-18 22:39 
GeneralRe: Have a nice Weekend... Pin
User 1106097924-Feb-18 0:42
User 1106097924-Feb-18 0:42 
GeneralHave you heard of the PLATO system? Pin
raddevus23-Feb-18 9:03
mvaraddevus23-Feb-18 9:03 
JokeRe: Have you heard of the PLATO system? Pin
RickZeeland23-Feb-18 10:09
mveRickZeeland23-Feb-18 10:09 
GeneralRe: Have you heard of the PLATO system? Pin
raddevus23-Feb-18 10:17
mvaraddevus23-Feb-18 10:17 
JokeRe: Have you heard of the PLATO system? Pin
phil.o23-Feb-18 10:59
professionalphil.o23-Feb-18 10:59 
GeneralRe: Have you heard of the PLATO system? Pin
NoNotThatBob23-Feb-18 12:01
NoNotThatBob23-Feb-18 12:01 
GeneralRe: Have you heard of the PLATO system? Pin
jschell23-Feb-18 13:53
jschell23-Feb-18 13:53 
GeneralRe: Have you heard of the PLATO system? Pin
raddevus24-Feb-18 4:21
mvaraddevus24-Feb-18 4:21 
GeneralRe: Have you heard of the PLATO system? Pin
jschell3-Mar-18 9:30
jschell3-Mar-18 9:30 

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.