일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Design Pattern
- 푸시 번역
- GCM
- 디자인패턴
- 카프카 트랜잭션
- APNS
- Push
- ddd
- JPA
- nginx설치
- nginx설정
- 카프카
- 푸시
- 웹사이트성능
- 페이스북 번역
- git
- php
- 웹사이트최적화기법
- 도메인 주도 개발
- Java
- kafka
- 자바스크립트
- gcm 푸시 번역
- graphql
- notification
- 성능
- nginx
- 웹사이트 성능
- GCM 번역
Archives
- Today
- Total
목록스테이트패턴 (1)
간단한 개발관련 내용
State Pattern
1. 정의. 의도 - 객체의 내부 상태에 따라 스스로 행동을 변경할 수 있게 허가하는 패턴으로, 이렇게 하면 객체는 마치 자신의 클래스를 바꾸는 것처럼 보입니다. 위키피디아 - The state pattern, which closely resembles Strategy Pattern, is a behavioral software design pattern, also known as the objects for states pattern. This pattern is used in computer programming to encapsulate varying behavior for the same object based on its internal state. This can be a cleaner way..
Computer Science/Architechture & Design Patterns
2015. 12. 4. 01:00