Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Feature/chapter-2-expression#8

Merged
ooMia merged 13 commits intodevelopfrom
feature/chapter-2-expression
Mar 25, 2025
Merged

Feature/chapter-2-expression#8
ooMia merged 13 commits intodevelopfrom
feature/chapter-2-expression

Conversation

@ooMia
Copy link
Owner

@ooMia ooMia commented Mar 21, 2025

2. 표현식 Expression

  1. 숫자 연산자 우선순위 오해 OperationPriority
    • 이진 시프트 BinaryShift
    • 비트 연산자 BitwiseOperator
  2. 조건식의 괄호 누락 MissingParentheses
    • &&, ||의 우선순위 LogicalOperatorPrecedence
    • 조건 연산자와 덧셈 TernaryWithAddition
    • 조건 연산자와 null 검사 TernaryWithNullCheck
  3. 덧셈이 아닌 결합으로 작동 StringConcatenation
  4. 멀티라인 문자열 리터럴 MultilineStringLiteral
  5. 단항 덧셈 연산자 UnaryPlusOperator
  6. 조건 표현식의 묵시적 타입 변환 ImplicitTypeConversion
    • 조건 표현식의 박싱된 숫자 PrimitiveWrappedOnTernary
    • 중첩 조건 표현식 NestedTernary
  7. 비단락 논리 연산자 사용 NonShortCircuitOperator
  8. &&와 || 혼용 MixedLogicalOperators
  9. 잘못된 가변 인수 호출 VarArgsIssues
    • 모호한 가변 인수 호출 AmbiguousVarArgs
    • 배열과 컬렉션 혼용 ArrayCollectionMixup
    • 가변 인수에 원시 배열 전달 PrimitiveArrayToVarArgs
  10. 조건 연산자와 가변 인수 호출 TernaryWithVarArgs
  11. 반환값 무시 IgnoredReturnValue
  12. 새롭게 생성된 객체를 사용하지 않음 UnusedObjects
  13. 잘못된 메서드를 참조하는 바인딩 IncorrectMethodBinding
  14. 메서드 참조 시 잘못된 메서드 지정 WrongMethodReference

@ooMia ooMia merged commit 2c1cc36 into develop Mar 25, 2025
3 checks passed
@ooMia ooMia deleted the feature/chapter-2-expression branch March 25, 2025 05:09
@ooMia ooMia restored the feature/chapter-2-expression branch March 25, 2025 05:10
@ooMia ooMia deleted the feature/chapter-2-expression branch March 25, 2025 05:12
@ooMia ooMia restored the feature/chapter-2-expression branch March 25, 2025 05:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant