Skip to content

CLEANUP: Reorder and reformat v2 APIs#1088

Merged
jhpark816 merged 1 commit into
naver:developfrom
f1v3-dev:cleanup/v2-order
May 4, 2026
Merged

CLEANUP: Reorder and reformat v2 APIs#1088
jhpark816 merged 1 commit into
naver:developfrom
f1v3-dev:cleanup/v2-order

Conversation

@f1v3-dev
Copy link
Copy Markdown
Collaborator

@f1v3-dev f1v3-dev commented May 4, 2026

🔗 Related Issue

⌨️ What I did

API의 순서를 바꾸다보니 변경사항이 많습니다.

  • 인터페이스(AsyncArcusCommandsIF)를 이슈에 정의한 순서와 일치하도록 수정합니다.
  • 구현 클래스(AsyncArcusCommands)의 메서드를 아래 원칙에 따라 재배치합니다.
    • public method
      • 인터페이스와 동일하게 KV / List / Set / Map / BTree / Admin 순으로 구성합니다.
    • private method
      • 헬퍼 메서드는 단일 호출자 바로 뒤에 배치
      • BTree 내 공유 헬퍼 메서드는 BTree 섹션 최하단
      • 컬렉션 공통 헬퍼 메서드는 Admin 직전에 배치

@f1v3-dev f1v3-dev requested a review from oliviarla May 4, 2026 03:08
@f1v3-dev f1v3-dev self-assigned this May 4, 2026
@f1v3-dev f1v3-dev force-pushed the cleanup/v2-order branch from e92e55a to 7f2bcc3 Compare May 4, 2026 03:10
@f1v3-dev f1v3-dev changed the title CLEANUP: Improve code consistency in v2 APIs CLEANUP: Reorder and reformat v2 APIs May 4, 2026
@f1v3-dev f1v3-dev force-pushed the cleanup/v2-order branch from 7f2bcc3 to 5f652e5 Compare May 4, 2026 05:00
@oliviarla oliviarla requested a review from jhpark816 May 4, 2026 05:54
@jhpark816
Copy link
Copy Markdown
Collaborator

@f1v3-dev @oliviarla
본 PR은 코드 위치 변경이 대부분이라, 두 분이 잘 확인하고 진행했을 거라고 생각합니다.

@jhpark816 jhpark816 merged commit 728b708 into naver:develop May 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants