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

+21 votes

I'm a big fan of issues and milestones, but what features is your team using on the project, if you're using any? If not, why not?

asked in CSC490_Spring2019 by (1 point)

6 Answers

+7 votes

With all of my projects, I feel like the answer is not enough. Git has so many good features, but I find issue tracking the most helpful. Without some place to keep track of things to do, I find I can't keep track of them.

answered by (1 point)
+6 votes

I should use more of their services, but the basic push/pull functionality is so nice. After using just the H-drive in previous classes, its a freer feeling being able to work anywhere and be able to easily access your work post-college.

answered by (1 point)
+4 votes

Our group was told we need to use the Issues more to mark who is doing what but I also like the tracking project resource

answered by (1 point)
+4 votes

We just had to scroll though the commits page to find an old working version to copy and paste code into the current version

answered by (1 point)
+2 votes

We've tried, at least in later weeks, to use issues a lot. Through the first half of the term we used Asana (basically Slack) to handle things like issues and status updates, but it proved to just be cumbersome for our smaller team.

answered by (1 point)
+1

I would love to use the milestone functionality sometimes in the future. I wanted to do this for a while now but I haven't had the chance to. With our project, we used issues and basic push pull a lot. We also try to communicate to avoid merging issues.

+2 votes

push
pull
checkout.....cause we mess up the master branch
commit
reset --hard..... cause Unity don't like different vresion

answered by (1 point)
...