0
votes
How do I apply gravity to my bouncing ball application?
You really want to simulate what gravity does - all it does is create force that acts over time to change the velocity of an object. Every time you take a step, you change the velocity of your bal …
1
vote
What should coding guidelines do, and are there any good examples of guidelines?
In general, I would want guidelines to answer the questions that you would normally ask but would take too long to answer, and that might be "personal preference" if you were just coding alone. Us …
