Skip to content

Commit

Permalink
챕터 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh committed Oct 19, 2024
1 parent 3f432a2 commit b4db813
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 챕터_4/오혜성.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 안티 패턴

- 겉으로만 해결책처럼 생긴 패턴이 안티 패턴
- 좋고 나쁨은 상황에 따라 결정되며, 소위 완벽한 설계도 잘못된 상황에서 사용된다면 안티 패턴이 될 수 있음

> 경험이 부족해서인지, 코드리뷰 단계에서는 설득력이 있다고, 괜찮다고 생각되지만 막상 유지보수할 때면 지옥같은 경우가 종종 있었음
>
> 일반적인 '상황'을 예상할 수 있는 경험이나 도메인 지식이 있으면 괜찮을까 싶기도
## 자바스크립트의 안티 패턴

- document.write
- 처음 봄
- mdn에서도 사용하지 않는게 좋다고 하네요
- https://developer.mozilla.org/en-US/docs/Web/API/Document/write

0 comments on commit b4db813

Please sign in to comment.