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

+12 votes

This class is very interesting and I like how all team members can modify the code. However, what did you do personally that helped you get set with coding javafx

asked in CSC305 Fall 2023 by (3k points)
+1

I have been reading the chapters trying to understand more about javafx. I have also been doing more research into GitHub and how the repositories work so that we have as little conflicts as possible.

2 Answers

+4 votes

reading chapters in the book about javafx will be helpful. I also advise watching video tutorials because it will give you new ideas you dont usually encounter.

answered by (1 point)
0 votes

for me the best thing i did was try things. dont be scared to try things think of features that might be hard to add now do everything you can to add the feature. even if you fail to add the feature properly you'll come out a better coder

answered by (2.3k points)
0

Yes, I do believe that the greatest way to learn is to attempt things. The code was screwed up the last time due to a git commit made by one of my teammates. I would suggest making a rough repo and try out there.

...