Scrum Meeting #2

Kyungtaek Oh·2022년 2월 9일
0

Software Engineering

목록 보기
9/11

2/9/2022

Regression testing
-Everything that used to work still works.

Code Cleanup
*Everything should be testable

Game Board Poision

[Movemethod]
move(a,b)
move(a)

setPosition()
getPosition()

GUI testing:
Any interface method should consist of one line of code that calls another method.

click on Button #3 {
gameplay(3);
}

SCRUM

Internals: found source code for similar games | Identify possible calsses
GUI: learned about each functions(toy). task decomposition
Animation: JavaFX installed | Youtube animation tutorials
Features / Interface ideas: The good, bad and the ugly

profile
Studying for Data Analysis, Data Engineering & Data Science

0개의 댓글