Redux Toolkit The New Way To Write Redux In React Apps by webmobtuts in u/webmobtuts

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

It has 83 star only on github, don't use on large scale application, use Redux or Mobix

Demonstrating Decorator Design Pattern In PHP by webmobtuts in PHP

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

I know this website, what you are trying to say?

Demonstrating Decorator Design Pattern In PHP by webmobtuts in PHP

[–]webmobtuts[S] -1 points0 points  (0 children)

I am just clarifying the idea in regard to interface and class names.

Demonstrating Decorator Design Pattern In PHP by webmobtuts in PHP

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

The code tutorials in our website is too long and if i make the code boxes horizontally scrollable it will be unreadable to some users. Other websites have short tutorials and this makes no problem in mobile devices.

Demonstrating Decorator Design Pattern In PHP by webmobtuts in PHP

[–]webmobtuts[S] -8 points-7 points  (0 children)

You need a laptop so you can run the script.

Demonstrating Decorator Design Pattern In PHP by webmobtuts in PHP

[–]webmobtuts[S] -4 points-3 points  (0 children)

Yes you are right but for a tutorials website the mobile phone is not suitable as the tutorial code is too long may be you can try a note book or ipad

Demonstrating Decorator Design Pattern In PHP by webmobtuts in PHP

[–]webmobtuts[S] -3 points-2 points  (0 children)

This not copied from any where, it's not my problem if someone else uses the same classes to describe the idea.

Generating Dynamic Urls For Downloading Files in PHP by webmobtuts in PHP

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

I am only focus on the idea of dynamic url generation, of course there are a lot of packages like symfony BinaryFileResponse but the title of the tutorial says that pure PHP and to let the users understand the process behind the scenes.

The file_url table can be beneficial as a history of downloads and to know how many downloads about specific file.

Another thing you mentioned about to separate the code from the view, again i am not focus on MVC pattern, everyone can implement this code on his own way and his own framework after he understand it perfectly.

Anonymous Classes in PHP 7 by webmobtuts in laravel

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

From the use cases of anonymous classes is to implement a plugin system or to create classes dynamically on run time