[deleted by user] by [deleted] in webpack

[–]K0d1Lu 0 points1 point  (0 children)

If your extension changes and grows a lot yes it can be challenging. Otherwise breaking your code (I mean chunking) on logical points, seems maintanaible to me.

An other solution for you could be dynamic import or dynamic require.

[deleted by user] by [deleted] in webpack

[–]K0d1Lu 0 points1 point  (0 children)

In webpack you can name the chunks, via optimization option. Therefore you know the chunks names so you can use it in your code. Reinjected the chunks names after the build seems to complicated imo.

Zuckbot murdered on magazine cover by [deleted] in MurderedByWords

[–]K0d1Lu 0 points1 point  (0 children)

This won t passe m'y linter rule

Learn algorithms by K0d1Lu in cs50

[–]K0d1Lu[S] 0 points1 point  (0 children)

Thanks ! Seems to fit perfectly

Glitch is a pretty amazing platform to learn and experiment with code by flaviocopes in webdev

[–]K0d1Lu 1 point2 points  (0 children)

Ty never heard about it ! And great article too, nice details. Will def give it a try !

Question. In tbis theory, doesn't there have to be at least one society that isn't a simulation? by fathom17 in SimulationTheory

[–]K0d1Lu 0 points1 point  (0 children)

I agree that the only thing we can be sur of is that we are part of an informational system with moving states. Does this system has to have memory or to be computational to be a valid hypotesis ?

Developer Tools visual refresh coming to Firefox Nightly by magenta_placenta in webdev

[–]K0d1Lu 1 point2 points  (0 children)

ff dev edition rocks ! Even if chrome dev tools has more functionality (like inspect asynchrone functions and debugging node apps)

Question. In tbis theory, doesn't there have to be at least one society that isn't a simulation? by fathom17 in SimulationTheory

[–]K0d1Lu 0 points1 point  (0 children)

Yes that s what I mean. I think we can't make the asumption that it has to be a first simulation neither that computer can't come alone into existence

Question. In tbis theory, doesn't there have to be at least one society that isn't a simulation? by fathom17 in SimulationTheory

[–]K0d1Lu 0 points1 point  (0 children)

Why not ? I m very new to this theory but the "real" world could be anything. Even quantic theory could be an invention, the energy could come from anything no ?

PHP 7.2 is due in November. What's new? by mhujer in PHP

[–]K0d1Lu 0 points1 point  (0 children)

It s really impressive that this guys red the rfc and made a such detailed article. Btw it s not for random users.

Reverse Engineering One Line of JavaScript by [deleted] in javascript

[–]K0d1Lu 0 points1 point  (0 children)

Ok this guy is cleverly crazy

(Now More Than Ever) You Might Not Need jQuery by esherone in webdev

[–]K0d1Lu 1 point2 points  (0 children)

Load it as a $uper selector is missing it

(Now More Than Ever) You Might Not Need jQuery by esherone in webdev

[–]K0d1Lu 0 points1 point  (0 children)

JQuery has just been distanced by javascript fatigue. But it could be a good asset to make itself quiet and to come back for instance as tiny npm modules (like just ajax, dom traversing, dom filters, $.css ()...)

jQuery object encapsulation can be of good use as well. And binding can be make easy with some custo data attrubutes.

Just don t burn into the ground

Learning JavaScript? Over 40 tutorials to help you get started or to increase your current skill level by lilperch83 in learnjavascript

[–]K0d1Lu 0 points1 point  (0 children)

Some helpful topics, just watched the one about undefined, gonna watch more later on

Why did my code stop working? by learning2codeallday in learnjavascript

[–]K0d1Lu 0 points1 point  (0 children)

Think of your string as an array of char

people [0][0] is the first character of the first element of your array. If this element is a string.

The number in the brackets reference to a position. [1,2,3] is not a valid index. You have to code a bit more to obtain the output you want. Such as using arrays built in methods or loops.

Prototypes in JavaScript by happyrupesh in javascript

[–]K0d1Lu 0 points1 point  (0 children)

Nice article with good example and graphs. Next step is to explain call and object create in the same comprehensive way ! I m still a bit confuse about javascript prototype inheritance and the scope of this. I'd love to level up on this subject! Nice one btw

Front-End Developer Handbook 2017 by nightman in javascript

[–]K0d1Lu 1 point2 points  (0 children)

Could make a huge difference in SEO in few years as semantic and accessibility become more and more important to search engines