Click here to Skip to main content
15,895,084 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: I'm about to give up on web development... Pin
Dan Neely5-Jun-20 2:33
Dan Neely5-Jun-20 2:33 
GeneralRe: I'm about to give up on web development... Pin
Greg Utas5-Jun-20 2:39
professionalGreg Utas5-Jun-20 2:39 
GeneralRe: I'm about to give up on web development... Pin
Dan Neely5-Jun-20 2:43
Dan Neely5-Jun-20 2:43 
GeneralRe: I'm about to give up on web development... Pin
DRHuff5-Jun-20 5:33
DRHuff5-Jun-20 5:33 
GeneralRe: I'm about to give up on web development... Pin
kalberts5-Jun-20 5:52
kalberts5-Jun-20 5:52 
GeneralRe: I'm about to give up on web development... Pin
Eddy Vluggen4-Jun-20 12:43
professionalEddy Vluggen4-Jun-20 12:43 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel4-Jun-20 23:06
professionalSander Rossel4-Jun-20 23:06 
GeneralRe: I'm about to give up on web development... Pin
Marc Clifton4-Jun-20 13:41
mvaMarc Clifton4-Jun-20 13:41 
One of the reasons I have such disdain for npm, webpack, and all the other aspects of the web-sphere, is exactly many of the issues you've mentioned - absurd amounts of dependencies, lack of "how to" documentation, and so forth. And forget getting all that tooling to work in Visual Studio, my favorite IDE / debugger tool. Visual Code sucks - it keeps changing with every new release, and I'm sick of that and the half-assed plugins that only half work.

I've come to love web development, but only in the context of, don't use anything someone else wrote unless absolutely necessary. So I have a very small suite of third party libraries I use:

sometimes Bootstrap
sometimes jqWidgets
never jQuery (except that the above to require it)
no third party "MV[x]" framework
no "pollute my HTML with declarative code" engines, so no Angular, no Vue, no shyte.
um, nothing else really.

and everything is coded in TypeScript, and I can debug happily either in the Chrome console or right in Visual Studio.

As usual, I rebel. I am not a lemming. I will not leap of the cliff that everyone else appears to be leaping off of.

And OMG, "eval"??? WTF | :WTF:

GeneralRe: I'm about to give up on web development... Pin
Greg Utas4-Jun-20 14:04
professionalGreg Utas4-Jun-20 14:04 
GeneralRe: I'm about to give up on web development... Pin
den2k884-Jun-20 20:45
professionalden2k884-Jun-20 20:45 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel4-Jun-20 23:18
professionalSander Rossel4-Jun-20 23:18 
GeneralRe: I'm about to give up on web development... Pin
Super Lloyd4-Jun-20 13:43
Super Lloyd4-Jun-20 13:43 
GeneralRe: I'm about to give up on web development... Pin
theoldfool4-Jun-20 14:29
professionaltheoldfool4-Jun-20 14:29 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel4-Jun-20 23:19
professionalSander Rossel4-Jun-20 23:19 
GeneralRe: I'm about to give up on web development... Pin
Super Lloyd4-Jun-20 23:28
Super Lloyd4-Jun-20 23:28 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel4-Jun-20 23:33
professionalSander Rossel4-Jun-20 23:33 
GeneralRe: I'm about to give up on web development... Pin
Super Lloyd5-Jun-20 4:09
Super Lloyd5-Jun-20 4:09 
GeneralRe: I'm about to give up on web development... Pin
DRHuff5-Jun-20 5:38
DRHuff5-Jun-20 5:38 
GeneralRe: I'm about to give up on web development... Pin
kalberts5-Jun-20 5:54
kalberts5-Jun-20 5:54 
GeneralRe: I'm about to give up on web development... Pin
Zhunio4-Jun-20 14:11
Zhunio4-Jun-20 14:11 
GeneralRe: I'm about to give up on web development... Pin
Jörgen Andersson4-Jun-20 20:52
professionalJörgen Andersson4-Jun-20 20:52 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel4-Jun-20 23:56
professionalSander Rossel4-Jun-20 23:56 
GeneralRe: I'm about to give up on web development... Pin
Daniel Pfeffer4-Jun-20 21:18
professionalDaniel Pfeffer4-Jun-20 21:18 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel4-Jun-20 23:20
professionalSander Rossel4-Jun-20 23:20 
GeneralRe: I'm about to give up on web development... Pin
pkfox4-Jun-20 23:22
professionalpkfox4-Jun-20 23:22 

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.