An open API service indexing awesome lists of open source software.

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.

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`