Skip to content

Commit

Permalink
Update README.md (JaeYeopHan#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimDaSong authored Aug 20, 2021
1 parent d4fb978 commit 65d05b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development_common_sense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ _아직 저도 잘 모르는 부분이라서 정말 간단한 내용만 정리

우선 `immutable``mutable`의 차이에 대해서 이해를 하고 있어야 한다. `immutable`이란 말 그대로 변경 불가능함을 의미한다. `immutable` 객체는 객체가 가지고 있는 값을 변경할 수 없는 객체를 의미하여 값이 변경될 경우, 새로운 객체를 생성하고 변경된 값을 주입하여 반환해야 한다. 이와는 달리, `mutable` 객체는 해당 객체의 값이 변경될 경우 값을 변경한다.

### first-citizen
### first-class citizen

함수형 프로그래밍 패러다임을 따르고 있는 언어에서의 `함수(function)``일급 객체(first class citizen)`로 간주된다. 일급 객체라 함은 다음과 같다.

Expand Down

0 comments on commit 65d05b7

Please sign in to comment.