Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neg0/typescript-enterprise-patterns
GoF, Growing Object Oriented, Enterprise Software Architecture
https://github.com/neg0/typescript-enterprise-patterns
Last synced: about 1 month ago
JSON representation
GoF, Growing Object Oriented, Enterprise Software Architecture
- Host: GitHub
- URL: https://github.com/neg0/typescript-enterprise-patterns
- Owner: neg0
- Created: 2018-08-21T09:55:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:41:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T16:27:17.984Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Enterprise Patterns
TypeScript is designed for development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs. TypeScript may be used to develop JavaScript applications for both client-side and server-side (Node.js) execution.In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved.
Design patterns may be viewed as a structured approach to computer programming intermediate between the levels of a programming paradigm and a concrete algorithm. Enterprise Architect provides extensive support for both creating and using Design Patterns. Patterns are typically created by experienced modelers who can see how to distil an abstract problem and solution from a concrete model. The Pattern user must be able to identify the correct Pattern to use and must select appropriate names for the elements of the Pattern in the context.
## Run Tests using Docker (_docker compose_)
Please enter docker folder and run following:
```terminal
$: docker-compose up --build
```