Click here to Skip to main content
15,891,473 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: Web Development is Ambiguity... Pin
W Balboos, GHB28-Feb-19 5:02
W Balboos, GHB28-Feb-19 5:02 
GeneralRe: Web Development is Ambiguity... Pin
kmoorevs28-Feb-19 7:13
kmoorevs28-Feb-19 7:13 
GeneralRe: Web Development is Ambiguity... Pin
#realJSOP28-Feb-19 7:22
mve#realJSOP28-Feb-19 7:22 
GeneralRe: Web Development is Ambiguity... Pin
W Balboos, GHB28-Feb-19 7:32
W Balboos, GHB28-Feb-19 7:32 
GeneralRe: Web Development is Ambiguity... Pin
Marc Clifton28-Feb-19 7:21
mvaMarc Clifton28-Feb-19 7:21 
GeneralRe: Web Development is Ambiguity... Pin
#realJSOP28-Feb-19 7:33
mve#realJSOP28-Feb-19 7:33 
GeneralRe: Web Development is Ambiguity... Pin
Slacker00728-Feb-19 10:49
professionalSlacker00728-Feb-19 10:49 
GeneralRe: Web Development is Ambiguity... Pin
Sander Rossel28-Feb-19 9:26
professionalSander Rossel28-Feb-19 9:26 
Not so much a problem with VS2017 or CRaP (Laugh | :laugh: ).
Although the default templates in VS2017 are really bad.
Old versions of libraries and such and, indeed, Bower.
Even the makers of Bower say you shouldn't use Bower anymore.
Bower is a package manager that you can only install using npm, another package manager...
NuGet is horrible for front-end libraries and frameworks, here too npm is the tool of choice.
I've become a fan of CDNs, no more referencing local files that you first have to download/install using package manager x...

For fontawesome I use:
HTML
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.4.1/js/all.js" integrity="sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7" crossorigin="anonymous"></script>
It's not the latest, but it works and getting the latest is as easy as changing these two lines of code.

All in all I don't blame VS or Notepad++ or any other editor.
I blame browsers that (used to) implement HTML, CSS and JavaScript just a little bit different.
I blame users for using so many different browsers and versions.
I blame JavaScript that's so limited we need packages for basic functionality such as padLeft.
I blame CSS that has a width and height property, but only actually uses them under very specific circumstances.
I blame the community for not settling with a single standard.
I blame library makers for not being backwards compatible (AngularJS, anyone? And I still haven't managed to update Bootstrap from v3.x to 4).
I blame the total lack of decent tools that drives us to CLI tools such as npm, Gulp and Webpack.

Front-end development is just a burning pile of sh*t and I honestly believe that anyone who likes front-end development is a masochist deep down.
I also think governments should stop waterboarding and force people to do front-end development instead.
I'll take a waterboarding please.

GeneralRe: Web Development is Ambiguity... Pin
#realJSOP28-Feb-19 12:27
mve#realJSOP28-Feb-19 12:27 
GeneralRe: Web Development is Ambiguity... Pin
Sander Rossel28-Feb-19 22:02
professionalSander Rossel28-Feb-19 22:02 
GeneralRe: Web Development is Ambiguity... Pin
#realJSOP28-Feb-19 23:42
mve#realJSOP28-Feb-19 23:42 
GeneralRe: Web Development is Ambiguity... Pin
Sander Rossel1-Mar-19 0:11
professionalSander Rossel1-Mar-19 0:11 
GeneralRe: Web Development is Ambiguity... Pin
#realJSOP1-Mar-19 1:21
mve#realJSOP1-Mar-19 1:21 
GeneralRe: Web Development is Ambiguity... Pin
Sander Rossel1-Mar-19 2:20
professionalSander Rossel1-Mar-19 2:20 
GeneralDangerous foods Pin
lopatir28-Feb-19 1:34
lopatir28-Feb-19 1:34 
GeneralRe: Dangerous foods Pin
Marc Clifton28-Feb-19 1:45
mvaMarc Clifton28-Feb-19 1:45 
GeneralRe: Dangerous foods Pin
Mike Hankey28-Feb-19 2:41
mveMike Hankey28-Feb-19 2:41 
GeneralRe: Dangerous foods Pin
Slacker00728-Feb-19 4:04
professionalSlacker00728-Feb-19 4:04 
GeneralRe: Dangerous foods Pin
David O'Neil28-Feb-19 7:32
professionalDavid O'Neil28-Feb-19 7:32 
GeneralRe: Dangerous foods Pin
Mike Hankey28-Feb-19 8:46
mveMike Hankey28-Feb-19 8:46 
GeneralRe: Dangerous foods Pin
W Balboos, GHB28-Feb-19 8:35
W Balboos, GHB28-Feb-19 8:35 
GeneralRe: Dangerous foods Pin
OriginalGriff28-Feb-19 1:47
mveOriginalGriff28-Feb-19 1:47 
GeneralRe: Dangerous foods Pin
lopatir28-Feb-19 2:15
lopatir28-Feb-19 2:15 
GeneralRe: Dangerous foods Pin
CHill6028-Feb-19 2:16
mveCHill6028-Feb-19 2:16 
GeneralRe: Dangerous foods Pin
OriginalGriff28-Feb-19 2:18
mveOriginalGriff28-Feb-19 2:18 

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.