Relative Content

Tag Archive for use-case

How to measure the quality of my use cases?

When I’m coding something I know that there are many ways to see if my code is good or not. First is testing: I can do unit tests or even test the software by myself and see that it works or not. After getting it working, I can analyze the coupling of the code and so on to refactor and make it better. In that sense, I’m confident when coding because I have a way to know if what I did works or not and ways to think it better if it doesn’t work.

How to measure the quality of my use cases?

When I’m coding something I know that there are many ways to see if my code is good or not. First is testing: I can do unit tests or even test the software by myself and see that it works or not. After getting it working, I can analyze the coupling of the code and so on to refactor and make it better. In that sense, I’m confident when coding because I have a way to know if what I did works or not and ways to think it better if it doesn’t work.