-
Notifications
You must be signed in to change notification settings - Fork 5
스트리트 코더 1주차 - 이동현 #638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
스트리트 코더 1주차 - 이동현 #638
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # 1 ~ 3장 | ||
|
|
||
| ## 논의 | ||
|
|
||
| 제작년에 읽었을 때에는 업무에 참고할 만한 내용이 많다고 느꼈는데, 이번에는 좀 다르게 읽혔습니다. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 코딩을 AI에게 일임하는 요즘 1~3장의 내용이 과연 유효한 내용일까 하는 생각이 들었습니다. | ||
| 물론 코딩을 직접한다면 도움이 되는 내용임이 분명하지만 AI에게 전적으로 맡긴다면 과연 이 내용들이 도움이 될지 의문입니다. | ||
| 이에 대해 어떻게 생각하시는지 궁금합니다. | ||
|
Comment on lines
+6
to
+8
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 2025년에 그 시작을 알렸고 코딩 하는 것 자체가 기술인 시대는 끝났으니 그래서 서비스 프롬프터 부터 해서 서비스 디자이너, 시스템 오케스트레이터 등 다양한 이름을 고민해 봤는데
Comment on lines
+5
to
+8
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 일반적인 업무 할 때를 기준으론, 유용한 내용은 아닐 거 같습니다 하지만, 똑같은 역량을 가진 개발자끼리 차별점을 드러내는 수단으론 유용할 수 있을거 같습니다 AI 시대이전에도 이건 동일했다고 생각하는데요 예를들어서, 똑같이 스프링 프레임워크를 사용해서 개발 업무를 할 수 있는 사람이 있을 때, 내부 스프링 프레임워크의 원리를 아는 사람과 모르는 사람 간에 차이가 존재하고, 좀 더 디테일한 영역까지 커버가능할 때, 이게 현재도 취업시장에서 중요한 역량으로 평가되고 있기 때문에, 나를 어필하는 수단으로써 사용할 수 있지 않을까 생각 됩니다 |
||
|
|
||
| ## 내용 | ||
|
|
||
| - 변하지 않는 사실은 '모든 것은 변한다'라는 사실이다. | ||
| - 매몰 비용을 두려워 하지 말고 과감하게 처음부터 다시 시작하는 것이 더 빠를 수 있다. | ||
| - 정원 가꾸기처럼 규칙적으로 코드의 작은 문제를 처리하자 | ||
| - RY(Repeat Yourself) (<-> DRY) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파일명이
wee1.md로 되어 있습니다. PR 타이틀의 '1주차'를 고려했을 때week1.md로 의도하신 것이라면 파일명 수정을 권장합니다.