[이펙티브 자바 3판] 아이템 24. 멤버 클래스는 되도록 static으로 만들라
[Effective Java 3th Edition] Item 24. Favor static member classes over nonstatic
Posted on November 10, 2019
#java #effectivajava
[이펙티브 자바 3판] 아이템 15. 클래스와 멤버의 접근 권한을 최소화하라
[Effective Java 3th Edition] Item 15. Minimize the accessibility of classes and members
Posted on November 6, 2019
#java #effectivajava
[이펙티브 자바 3판] 아이템 86. Serializable을 구현할지는 신중히 결정하라
[Effective Java 3th Edition] Item 86. Implement Serializable with great caution
Posted on November 2, 2019
#java #effectivejava
[이펙티브 자바 3판] 아이템 89. 인스턴스 수를 통제해야 한다면 readResolve보다는 열거 타입을 사용하라
[Effective Java 3th Edition] Item 89. For instance control, prefer enum types to readResolve
Posted on October 30, 2019
#java #effectivejava
[이펙티브 자바 3판] 아이템 90. 직렬화된 인스턴스 대신 직렬화 프록시 사용을 검토하라
[Effective Java 3th Edition] Item 90. Consider serialization proxies instead of serialized instances
Posted on October 26, 2019
#java #effectivejava
[이펙티브 자바 3판] 아이템 88. readObject 메서드는 방어적으로 작성하라
[Effective Java 3th Edition] Item 88. Write readObject methods defensively
Posted on October 20, 2019
#java #effectivejava
[Web on Reactive Stack] 4. Testing
한글로 번역한 Web on Reactive Stack, 4. Testing
Posted on October 19, 2019
#spring #reactive
[이펙티브 자바 3판] 아이템 87. 커스텀 직렬화 형태를 고려해보라
[Effective Java 3th Edition] Item 85. Consider using a custom serialized form
Posted on October 16, 2019
#java #effectivejava
[Web on Reactive Stack] 3. WebSockets: 3.2. 웹소켓 API(WebSocket API)
한글로 번역한 Web on Reactive Stack, 3. WebSockets: 3.2. WebSocket API
Posted on October 15, 2019
#spring #reactive #websocket
[이펙티브 자바 3판] 아이템 85. 자바 직렬화의 대안을 찾으라
[Effective Java 3th Edition] Item 85. Prefer alternatives to Java serialization
Posted on October 12, 2019
#java #effectivejava