Modern programming patterns in JS and VB.NET
10 years ago I have published this topic Теоретичні питання програмування. Now good time to add new points to this topic, because (1) old program templates disappeared and (2) I have expand my world to everyday programming on JS.
I have published this repository to https://github.com/Alex-1367/SoftwarePattern
This is list of patterns and most of pattern used Closure (ME in VB.NET):
1. Configuration.
2. StateEncapsulation.
3. ValidationFactory.
4. FluentPattern.
5. DatabaseQueryBuilder.
6. Memoization.
7. DebounceAndThrottle.
8. LazyInitialization.
9. StrategyWithFunctionReturns.
10. ObserverWithEventEmitters.
11. PromiseComposition.
12. DataPipeline.
13. StateMachine.
14. PartialApplication.
15. AdapterWrapperAroundApi.
16. Registry.
17. SandboxIsolation.
18. AsyncIterator.
Theory context:
Comments (
)
)
Link to this page:
http://www.vb-net.com/ProgramTemplate/Index.htm
|
|