Skip to content

Commit

Permalink
[클린코드/정리] 17장. 냄새와 휴리스틱 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujin-kk authored Apr 30, 2023
1 parent 603e9b9 commit d44beae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 17. 냄새와 휴리스틱/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ public class EnumExample {

- Serializable

![Untitled](%5BCleanCode%5D%2017%E1%84%8C%E1%85%A1%E1%86%BC%20-%20Smell%20&%20Heuristic%209369f46ca52f4fb5bbe7b5642d6e784d/Untitled.png)
![Untitled](./assets/Untitled.png)

```java
import java.io.*;
Expand Down Expand Up @@ -688,4 +688,4 @@ public class EnumExample {
bout.setBlockDataMode(oldMode);
}
}
```
```

0 comments on commit d44beae

Please sign in to comment.