Retour

Explorez tous les épisodes du podcast HnM Tech Talk

Plongez dans la liste complète des épisodes de HnM Tech Talk. Chaque épisode est catalogué accompagné de descriptions détaillées, ce qui facilite la recherche et l'exploration de sujets spécifiques. Suivez tous les épisodes de votre podcast préféré et ne manquez aucun contenu pertinent.

Rows per page:

1–7 of 7

TitreDateDurée
DP6. Singleton22 Dec 202400:14:05

Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.


DP5.Prototype19 Dec 202400:16:37

Prototype is a creational design pattern that lets you copy existing objects without making your code dependent on their classes.

DP4. Builder19 Dec 202400:13:34

Builder is a creational design pattern that lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code.

DP3.Abstract Factory18 Dec 202400:10:29

Abstract Factory is a creational design pattern that lets you produce families of related objects without specifying their concrete classes.


https://www.youtube.com/watch?v=xbjAsdAK4xQ

https://refactoring.guru/design-patterns/abstract-factory

DP2.Factory Method17 Dec 202400:13:56

Factory Method is a creational design pattern that provides an interface for creating objects in a superclass but allows subclasses to alter the type of objects that will be created.

DP1.Design Patterns16 Dec 202400:15:46

Summary
This article mainly introduces software design patterns. It explains the concept of design patterns as typical solutions to common software design problems, rather than specific code, and distinguishes them from algorithms. The article elaborates on the components of design patterns, such as intent, motivation, structure, and code examples, and provides a catalog of various design patterns and refactoring techniques, covering creational, structural, and behavioral patterns. Finally, the article includes contact information.

DP7. Dependency Injection22 Dec 202400:22:48

DI frameworks, conversely, address these issues by enabling mock object injection for testing, dynamic configurationloose coupling through interfaces, and simplified multithreading and resource management. This ultimately results in more flexible, testable, and maintainable systems.

© My Podcast Data · Projet indépendant · Données issues d'Apple & Spotify