# 제품을 바닥부터 다시 만들게 된다면 꼭 지킬 것들

> Clean Markdown view of GeekNews topic #9846. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9846](https://news.hada.io/topic?id=9846)
- GeekNews Markdown: [https://news.hada.io/topic/9846.md](https://news.hada.io/topic/9846.md)
- Type: news
- Author: [hiddenest](https://news.hada.io/@hiddenest)
- Published: 2023-07-17T17:33:18+09:00
- Updated: 2023-07-17T17:33:18+09:00
- Original source: [hiddenest.dev](https://hiddenest.dev/things-to-do-when-rebuild-from-scratch)
- Points: 33
- Comments: 3

## Topic Body

개발을 하며 과거에는 필요하고 옳았어도 지금은 아닌 것들이 반드시 발생한다. 이러한 후회를 토대로 만약 제품을 처음부터 다시 만든다면 무엇을 고려할 것인지 기록한 글.  
  
1/ 모든 날짜는 UTC+0으로 주고 받는다  
2/ word-break: keep-all을 섣불리 쓰지 않는다  
3/ 일관적인 쿼리 파라미터 형식을 만들어 기능 간의 연결성을 확보한다  
4/ 기능 단위별 독립된 상태 관리를 추구한다

## Comments



### Comment 17408

- Author: 2bro1234
- Created: 2023-07-18T10:56:14+09:00
- Points: 1

굳굳

### Comment 17387

- Author: iolothebard
- Created: 2023-07-17T20:02:33+09:00
- Points: 3

1. 타임존을 붙이고 최종 프레젠테이션 계층에서 표시할 로켈을 결정한다.

### Comment 17383

- Author: elects
- Created: 2023-07-17T18:38:15+09:00
- Points: 1

좋네용
