issues
search
ITU-BDSA2024-GROUP30
/
Chirp
The great Chirp repository for Group 30!
Other
1
stars
0
forks
source link
(c) As a DEVELOPER I want to MOVE ALL CODE FOR PRINTING CHEEPS TO A NEW CLASS UserInterface so that all USER INTERFACE CODES RECIDES IN THE SAME PLACE
#5
Closed
Thyme-Cat
closed
2 months ago
Thyme-Cat
commented
2 months ago
Acceptance criteria:
Make a new class called UserInterface
Move code regarding printing cheeps to the terminal from Chirp.CLI's Program.cs file to the new UserInterface class.
Make the class and its contained methods "static"
Have the main program call this UserInterface class when it wants to print cheeps to the terminal
Thyme-Cat
commented
2 months ago
Assignment c) old code:
After the issue:
HenrijetteOest
commented
2 months ago
c
Acceptance criteria: