feat(week-01): complete counter assignment#11
Closed
cyunwook wants to merge 1 commit intoBay-17th:mainfrom
Closed
Conversation
Member
리뷰개발 과제increment, decrement, reset 모두 정확합니다!!! 퀴즈10문제 + 이론 5문제 모두 정확합니다. 학습 방법AI 도움을 최소화하고 아는 것부터 정리한 뒤 검증하는 방식, 좋은 것 같습니다! 약간의 팁?quiz-01-template.md는 삭제하지 않아도 됩니다! 원본 템플릿은 그대로 두고 solution 파일만 추가하면 돼요 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
과제 제출 정보
주차: Week 01
과제 유형:
구현 내용
-간단한 count값을 증가, 감소, 초기화하는 함수를 작성했다.
-require(count > 0, "Count cannot go below zero"); 부분은 생소한 코드 부분이었는데, 퀴즈 학습 부분에서 이 부분을 짚고 넘어갔다.
배운 점 (What I Learned)
이번 주에 배운 것 (2-3가지)
어려웠던 점과 해결 방법
어려웠던 점:
퀴즈 답안을 쓸 때 머리로는 알고 있는 개념이지만 글로 표현하는게 어려웠다.
해결 방법:
ai사용을 최대한 자제하고 일단 내가 아는 개념들을 나열한 뒤에 ai에게 확인받은 후 다시 나만의 언어로 쓰려고 노력했던 것 같다.
질문 사항
체크리스트
테스트
forge build성공forge test모든 테스트 통과제출 규칙
{username}/week-{XX}형식.env파일이 커밋에 포함되지 않음