라벨이 Rules (Absolute)인 게시물 표시

Class 내부 function의 parameter 설정시 주의할 점

Class Model ( val p1:A ){   fun test ( p1:A ){   // don't do this        p1.내용....   } } --------------- Class Model ( val p1:A ){   fun test (  )  {         p1.내용.....    } }

Rules ( Absolute )

비동기 Thread에서 StateFlow/LiveData 등의 value를 가져오지 않기