Video/Stop Using The uuid Library In JavaScript

From PKC
Revision as of 05:03, 4 May 2023 by Benkoo2 (talk | contribs) (Created page with "{{cite book |first=Kyle |last=Cook |author-link=Kyle Cook |date=Dec 23, 2022 |title=Stop Using The uuid Library In JavaScript |url=https://www.youtube.com/shorts/cutfiIgyRao |location=local page |publisher=Web Dev Simplified }} <noinclude> {{#widget:iframe |url=https://www.youtube.com/shorts/cutfiIgyRao }} There are quite few videos on Composition over Inheritance: {{:Composition over Inheritance}} {{PageP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Cook, Kyle (Dec 23, 2022). Stop Using The uuid Library In JavaScript. local page: Web Dev Simplified. 


There are quite few videos on Composition over Inheritance:

An important design pattern is that inheritance as a programming mechanism can cause more code maintenance troubles for the long run.

For example, CodeAesthetics mentioned that in one video[1]. Moreover, Web Dev Simplified also has a video[2] on this subject.


References

Related Pages

Organized by:Web Dev Simplified