Click here to Skip to main content
15,888,160 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: Questions about javascript... Pin
Randor 3-Sep-20 4:39
professional Randor 3-Sep-20 4:39 
GeneralRe: Questions about javascript... Pin
Daniel Pfeffer3-Sep-20 6:54
professionalDaniel Pfeffer3-Sep-20 6:54 
GeneralRe: Questions about javascript... Pin
Rage4-Sep-20 5:32
professionalRage4-Sep-20 5:32 
GeneralRe: Questions about javascript...heekheek Pin
BillWoodruff3-Sep-20 20:30
professionalBillWoodruff3-Sep-20 20:30 
GeneralLarge javascript files Pin
ZurdoDev2-Sep-20 7:44
professionalZurdoDev2-Sep-20 7:44 
GeneralRe: Large javascript files Pin
raddevus2-Sep-20 8:18
mvaraddevus2-Sep-20 8:18 
GeneralRe: Large javascript files Pin
ZurdoDev2-Sep-20 8:39
professionalZurdoDev2-Sep-20 8:39 
GeneralRe: Large javascript files Pin
F-ES Sitecore2-Sep-20 8:54
professionalF-ES Sitecore2-Sep-20 8:54 
raddevus wrote:
So ridiculous!! For all those people who don't understand OOP. This is what OOP was for.

That's actually just the preferred deployment method these days. The source code is indeed OOP. The code will be and it will rely on various plug-ins that will be OOP too. When it comes to deploying the site a process like webpack is used which takes all of the code in all of the linked js files, so both your code and also all the plug-ins you use, it then minifies the code and puts it all in a single file. So the file itself might be large, but it's the amalgamation of all the source js files stuck together. webpack does other shenanigans too which protects your plug-ins from each other and enforces a far more granular and modular way of coding.
GeneralRe: Large javascript files Pin
raddevus2-Sep-20 9:20
mvaraddevus2-Sep-20 9:20 
GeneralRe: Large javascript files Pin
Matthew Dennis2-Sep-20 8:43
sysadminMatthew Dennis2-Sep-20 8:43 
GeneralRe: Large javascript files Pin
OriginalGriff2-Sep-20 8:59
mveOriginalGriff2-Sep-20 8:59 
GeneralRe: Large javascript files Pin
F-ES Sitecore2-Sep-20 8:46
professionalF-ES Sitecore2-Sep-20 8:46 
GeneralRe: Large javascript files Pin
ZurdoDev2-Sep-20 9:07
professionalZurdoDev2-Sep-20 9:07 
GeneralRe: Large javascript files PinPopular
W Balboos, GHB2-Sep-20 8:57
W Balboos, GHB2-Sep-20 8:57 
GeneralRe: Large javascript files Pin
ZurdoDev2-Sep-20 9:11
professionalZurdoDev2-Sep-20 9:11 
GeneralRe: Large javascript files Pin
W Balboos, GHB2-Sep-20 9:32
W Balboos, GHB2-Sep-20 9:32 
GeneralRe: Large javascript files Pin
ZurdoDev2-Sep-20 9:53
professionalZurdoDev2-Sep-20 9:53 
GeneralRe: Large javascript files Pin
Gerry Schmitz2-Sep-20 9:15
mveGerry Schmitz2-Sep-20 9:15 
GeneralRe: Large javascript files Pin
ZurdoDev2-Sep-20 9:20
professionalZurdoDev2-Sep-20 9:20 
GeneralThought of the Day Pin
OriginalGriff2-Sep-20 5:11
mveOriginalGriff2-Sep-20 5:11 
GeneralRe: Thought of the Day Pin
Matthew Dennis2-Sep-20 5:14
sysadminMatthew Dennis2-Sep-20 5:14 
GeneralRe: Thought of the Day Pin
Mike Hankey2-Sep-20 5:18
mveMike Hankey2-Sep-20 5:18 
QuestionRe: Thought of the Day Pin
megaadam2-Sep-20 5:27
professionalmegaadam2-Sep-20 5:27 
AnswerRe: Thought of the Day Pin
obermd3-Sep-20 4:14
obermd3-Sep-20 4:14 
GeneralRe: Thought of the Day Pin
jgakenhe2-Sep-20 5:28
professionaljgakenhe2-Sep-20 5:28 

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.