Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

변하는 것과 변하지 않는 것 분리하기 #2

Open
jooomOut opened this issue May 11, 2022 · 0 comments
Open

변하는 것과 변하지 않는 것 분리하기 #2

jooomOut opened this issue May 11, 2022 · 0 comments
Labels
question Further information is requested

Comments

@jooomOut
Copy link
Owner

jooomOut commented May 11, 2022

기본 사항

  • 변하는 것은 인터페이스 혹은 추상 클래스로 분리한다.

테이블 생성

  1. 테이블 데이터를 입력 받는다
  2. 파일에 저장할 형태로 파싱한다
  3. 파일에 저장한다

변하는 것

  • 저장할 형태
  • 입력 받은 것을 저장할 형태로 변환하는 방법

변하지 않는 것

레코드

변하는 것

  • 가변길이 레코드 포맷의 상세 구현
  • slotted page 구조의 상세 구현

변하지 않는 것

  • 레코드 저장에 대한 전체 흐름
@jooomOut jooomOut added the question Further information is requested label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant