https://github.com/wfz1/patterns-training
Rethinking GRASP, SOLID, and GoF patterns for Frontend & Backend modern development. My solutions made from Timur Shemsedinov the Patterns-2024 course.
https://github.com/wfz1/patterns-training
functional-programming gof-patterns grasp-patterns js oop patterns procedural-programming refactoring solid ts unit-tests
Last synced: about 1 month ago
JSON representation
Rethinking GRASP, SOLID, and GoF patterns for Frontend & Backend modern development. My solutions made from Timur Shemsedinov the Patterns-2024 course.
- Host: GitHub
- URL: https://github.com/wfz1/patterns-training
- Owner: WFZ1
- Created: 2024-10-13T11:09:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T10:34:27.000Z (about 1 year ago)
- Last Synced: 2025-03-21T16:59:20.922Z (11 months ago)
- Topics: functional-programming, gof-patterns, grasp-patterns, js, oop, patterns, procedural-programming, refactoring, solid, ts, unit-tests
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commands
- Install dependencies `npm i`
- Run linter: `npm run lint`
- Check TypeScript typings: `npm run types`
- Run automatic code style fix: `npm run fix`
- Run all tests: `npm t`