Skip to main content

Questions tagged [test-driven-development]

1 vote
2 answers
802 views

My player has an Action in the Input System Move, that takes a Vector2 and moves the player based on that input. Straight-...
JShoe's user avatar
  • 75
1 vote
1 answer
897 views

I made a Blender 3D model with animations. Then I used the Animator Controller, and attached it to the model. The Animator Controller has a few Boolean parameter variables like ...
Mack's user avatar
  • 11
22 votes
4 answers
10k views

I've been embracing Test-Driven Development (TDD) recently and it's had wonderful impacts on my development output and the resiliency of my codebase. I would like to extend this approach to some of ...
notlesh's user avatar
  • 3,897
27 votes
6 answers
10k views

As being Scrum certified, I tend to prone for Agile methodologies while developping a system, and even use some canvas from the Scrum framework to manage my day-to-day work. Besides, I am wondering ...
Will Marcouiller's user avatar