Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. 구현 여부
기능 요구사항
제한 사항
코드 작성 시 유의사항
테스트
2. 진행 중 느낀점
과제를 진행하며 한 고민들 *
이번에 자바를 처음 접해봤는데 이걸 어떻게 하지 싶은 고민이 컸고 무엇부터 시작해야 하고 어디서 배워서 해야, 객체지향은 또 어떻게 써야 하지? 라는 고민들이 있었습니다
발생한 이슈와 해결 방법
가장 큰 이슈는 제가 자바를 쓸 줄 모른다는 것이었습니다. 캡슐화, 클래스, 객체 아무것도 모르던 상태로 이번에 처음 자바를 사용해보아 모르는 게 너무 많아서 C언어를 쓰듯이 코드를 모두 써봤는데 오류만 40~50개씩 나오는 이슈가 있었습니다.
해결방법은 먼저 구글링을 매우 많이 했습니다. 잠도 줄여가며 검색하고 검색해서 나오지 않던 것들은 교내 프로그래밍 선생님께 질문도 하며 자바를 배웠습니다. 이렇게 해도 해결되지 않던 것들은 GPT를 이용하는 것을 제가 모르는 부분이 이해가 될 때까지 반복했습니다.
질문
질문은 없습니다 과제 덕분에 자바도 조금은 이해한 것 같아 감사합니다!