You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨Los patrones de diseño representan las mejores prácticas utilizadas por los desarrolladores de software orientados a objetos con experiencia. Los patrones de diseño son soluciones a los problemas generales que enfrentan los desarrolladores de software durante el desarrollo de software.
This game uses WASD keys to move around followed by the enter key. The point was to try creating a snake game using 0 dependancies or external libraries and focusing only on system design and design patterns. I urge you to open the drawio file to see class diagram.
El Patrón de diseño Prototype es un Patrón Creacional que se utiliza para crear nuevos objetos a partir de un prototipo existente, clonando y modificando sus propiedades según se requiera. Por tanto, éste Repositorio busca clonar la cantidad de objetos necesarios para la manufactura de un lote de marcos de Bmx, desde un Prototipo previamente creado
This is a cinema ticketing system designed for both client and administrator use. This system design uses the chain of responsibility pattern, the visitor pattern, the strategy pattern and the mediator pattern as follows.