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

compose performance optimization2 #139

Merged
merged 9 commits into from
Oct 23, 2023

Conversation

easyhooon
Copy link
Collaborator

반복되어 사용하지 않는 image 변수 제거

누락된 하드 코딩된 문자열 strings 파일에 추가

unstable 하여 skip 할 수 없었던 컴포저블 함수들 stable 하여 skip 될 수 있도록 변경

여러 곳에서 사용하지 않고 딱 한 곳에서 만 사용 하는 경우이기 때문에 사용되는 곳에 바로 대입하는 식으로 변경
전달 받는 형식이 아닌 로컬에서 호출하는 형식으로 변경
unstable 한 coroutineScope 파라미터를 제거하여 BandalartEmojiPicker 함수를 안정화 ->restartable skippable 함수로 변경됨
unstable 한 coroutineScope 파라미터를 제거하여 BottomSheetTopBar 함수를 안정화 -> restartable skippable 함수로 변경됨
@easyhooon easyhooon added the refactoring Code restructure for better readability and efficiency label Oct 18, 2023
@easyhooon easyhooon self-assigned this Oct 18, 2023
굳이 변수로 빼지 않아도 되는 부분 제거
@easyhooon easyhooon merged commit ef4137a into develop Oct 23, 2023
1 check passed
@easyhooon easyhooon deleted the feature/compose-performance-optimization2 branch October 23, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code restructure for better readability and efficiency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant