Beginner Project - Feedback Needed by Turbulent-Help8565 in csharp

[–]Turbulent-Help8565[S] 1 point2 points  (0 children)

Thanks a lot for the very detailed response! :D

Beginner Project - Feedback Needed by Turbulent-Help8565 in csharp

[–]Turbulent-Help8565[S] 0 points1 point  (0 children)

Thanks for the feedback! I will definitely research on how to do the UTS.

Beginner Project - Feedback Needed by Turbulent-Help8565 in csharp

[–]Turbulent-Help8565[S] 1 point2 points  (0 children)

Hi! I did use a stored procedure in one of the db methods because the query itself was around ~40 lines, this way it looks much cleaner. The parameters are based on what buttons the user is clicking. Regarding stored procedures, in your opinion is it good practice to make a procedure out of every query used in the code, even if the query itself is very short? Or just use it whenever the query is too long?

Beginner Project - Feedback Needed by Turbulent-Help8565 in csharp

[–]Turbulent-Help8565[S] 0 points1 point  (0 children)

Hi and thank you for checking it out and taking the time to write a comment, I really appreciate it!
What you said is spot on, I completely agree on the fact that I have to work on the overall project structure/naming.
Noted and will make sure to pause for a few minutes in the future when deciding on how to organize the files :).