Code Monkey home page Code Monkey logo

Comments (4)

ttobaegi avatar ttobaegi commented on July 18, 2024

Chapter 01 요구사항 확인

  1. 현행 시스템 분석
  2. 요구사항 확인

01 현행 시스템 분석

💯 플랫폼 성능 특성의 측정 항목

플랫폼 성능 특성의 측정 항목 4가지 : 반환시간/사용률/응답시간/가용성

  1. 반환 시간 Turnaround Time : 작업 요청 시간부터 처리 완료될 때까지 걸린 시간
  2. 사용률 Utilization : 작업을 처리하는 동안 CPU, 메모리 등 자원 사용률
  3. 응답 시간 Response Time : 요청 전달한 시간부터 응답 도착할 때까지 걸린 시간
  4. 가용성 Availability : 시스템에서 제공되는 서비스가 다운되지 않고 정상적으로 유지되는 시간



02 요구사항 확인

요구사항

from dx-knowledge.

ttobaegi avatar ttobaegi commented on July 18, 2024

from dx-knowledge.

ttobaegi avatar ttobaegi commented on July 18, 2024

✨ Chapter 03 애플리케이션 설계

01 공통 모듈 설계

02 객체지향 설계

객체 지향의 기본 개념

  • 객체
  • 속성
  • 클래스
  • 메시지
  • 메소드
  • 인스턴스
  • 다형성
  • 상속성
  • 캡슐화
  • 정보은닉

디자인패턴

  • 생성 패턴
    • 추상
    • 팩토리
    • 빌더
    • 팩토리 메소드
    • 프로토타입
    • 싱글턴
  • 구조 패턴
    • 어댑터
    • 브리지
    • 컴포지트
    • 데코레이터
    • 다이나믹 링키지
    • 퍼케이드
    • 플라이웨이트
    • 프록시
    • 가상 프록시
  • 행위 패턴
    • 책임 연쇄
    • 커맨드
    • 인터프리터
    • 이터레이터
    • 미디에이터
    • 메멘토
    • 옵저버
    • 스테이트
    • 스트래티지
    • 탬플릿 메소드
    • 비지터

from dx-knowledge.

ttobaegi avatar ttobaegi commented on July 18, 2024

Chapter 04 인터페이스 설계

01 인터페이스 요구사항 확인

02 인터페이스 대상 식별

03 인터페이스 상세 설계

from dx-knowledge.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.