Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 유튜브 요약
- android exoplayer
- build with ai
- 시행착오
- Python
- android ktor
- ktor client
- kotlin collection
- exoplayer cache
- android
- 스피너
- list map
- map
- ListAdapter DiffUtil
- 유튜브
- kotlin list
- ListAdapter
- 안드로이드
- ExoPlayer
- getChangePayload
- ktor api call
- doc2vec
- ChatGPT
- FastAPI
- AWS EC2
- DiffUtil.ItemCallback
- android custom view
- video caching
- llm
- Zsh
Archives
- Today
- Total
버튼 수집상
[메모] obsolete vs deprecated 본문
안드로이드 소스코드에서 심심찮게 보이는 가로줄과 @Derpecated 어노테이션.
이 함수는 더 이상 쓰지 말아라- 정도의 의미로 알고 팀원끼리도 '디프리케이티드' 라고 부르면서 작업했다.
문득 그 뜻이 제대로 궁금해서 검색.
원문
What is the difference between obsolete and deprecate in computer science?
Given the two terms "obsolete" and "deprecate" in computer science, what is the difference between them? What I understand, Deprecated means still available for use but will no longer be develope...
english.stackexchange.com
'obsolete' 와 'deprecated'의 차이점
deprecated | obsolete |
기대하는대로 작동할 수는 있으나 곧 사라질 예정 it may still work as expected, but will vanish soon 참고용 표시 more or less a 'marker' |
더이상 기대하는대로 작동하지 않거나, 아무런 동작을 하지 않음 it no longer works as expected or doesn't do anything at all |
점점 안 씀 "fading" | 사용하지 말 것 "do not use" |
-> bleeding edge 프론트엔드 코드는 n개월 뒤 바로 obsolete 해지는 게 아니라 deprecated 되는 것.
다른 새로운 것을 사용하도록 권장됨, 이라는 의미로써.
순서는 보통 이렇다.
deprecated => obsolete
728x90
'TIL - 메모' 카테고리의 다른 글
[메모] HelloWorld 2024 후기 (0) | 2024.04.21 |
---|---|
[메모] 인상적인 사이트들 정리 (0) | 2024.01.11 |
[메모] DevFest Songdo 2023 후기 (2) | 2023.12.11 |
[메모] 친환경 개발지침 (0) | 2023.06.09 |
[메모] 컬러 헥스코드에서 알파(투명도) 값 주기 (0) | 2022.12.19 |