[effective java] 3장 item12 - toString을 항상 재정의하라
2019-02-11
기본 toString메서드는 단순히 클래스_이름@16진수로_표현한_해시코드 를 반환한다.
Greenhorn
기본 toString메서드는 단순히 클래스_이름@16진수로_표현한_해시코드 를 반환한다.
equals를 재정의한 클래스 모두에서 hashCode도 재정의해야 한다.
equals 메서드는 재정의하기 쉬워 보이지만 함정이 도사리고 있다.(젤 쉬운건 재정의 안하기…)
object에서 final이 아닌 메서드 (equals, hashCode, toString, clone, finalize)는 모두 재정의overriding을 염두에 두고 설계되었다.
Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).
Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
이 글은 스타일을 모아둔 것입니다. 소스 코드를 확인하여 스타일을 적용하는 방법을 알아보세요.