Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+20 votes
asked in CSC305 Fall 2023 by (1 point)

10 Answers

+12 votes

If I think about it, I would say nothing. Right now, I prefer it this way.

answered by (1 point)
+11 votes

Design the entire software on paper (UML) before starting to code. This is a little bit hard since customer requirement kept changing

answered by (241 points)
+7 votes

focus on writing DRY code

answered by (1 point)
+7 votes

Starting early and making consistent progress.

answered by (1 point)
+6 votes

We would probably focus on making sure our code was robust and expandable so that we wouldn't have to rewrite methods

answered by (1 point)
+5 votes

I wish we learn about UML earlier so that we can plan classes and method more effectively and organized

answered by (2.6k points)
+5 votes

Not a lot of things I would change in our project. Our team was talking about how we'd change the main UI layout but that's about it

answered by (2.5k points)
+3 votes

Writing Javadoc comments along the way instead of after

answered by (2k points)
+2 votes

I would say my group mainly focused on the UI in the beginning that's something we could have changed but besides that I'm satisfied with the other things we've done.

answered by (1 point)
+1 vote

better designed object

answered by (2.3k points)
...