Skip to content
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

코드가 실행되는 중간에 중복 실행되는 것과, 실행 후에 남은 출력에 대한 해결 방안 #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hooss-only
Copy link

정한 님이 만드신 '연고로직'을 탐구해 보던 중 코드가 실행되는 중에 또 Run! 버튼을 누르면 중복되어 실행되는 문제를 발견하였습니다.

따라서 이를 해결하고자 코드 속 run이라는 함수가 running이라는 변수가 거짓일 때에만 작동하도록 수정하였으며, 코드가 모두 실행되고 난 뒤 (Logic 클래스에 run 메서드 속 while문이 끝난 뒤)에 running 변수가 다시 거짓으로 초기화되도록 두었습니다.

그리고 부가적으로 실행하고 중지하고 다시 실행하고를 반복하다 보니 이전 실행물에 새로운 실행 결과가 덧입힌 것처럼 나오길래

예시
2X2=4
2X3=2X2=4
2X3=6

실행 후에 Clear 버튼을 통해 실행 출력물을 지울 수 있는 기능도 추가해 보았습니다.

고2이고, PR을 써본 경험이 별로 없어서 서투를 수 있어요 ㅠ
재미있는 언어 개발해주셔서 감사드립니다.

unknown added 2 commits April 27, 2024 19:23
clear button which clear the output textarea when the code doesn't running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant