detailed-design tag

3 questions


1 answers
85 views
0
What language does a program use to define requirements?

For example, the program will make it in C language.What are the requirements classified as?Functionality RequirementsReliability RequirementsUsage RequirementsEfficiency RequirementsServiceability Re...

2 years ago

1 answers
93 views
0
Understanding Module Return Value Design

I'm creating a web application, but I'm worried about how to design the return value of the module.Consider creating a simple module called Update user_name in the users model moduleUserNameUpdate def...


1 answers
120 views
0
Do you have any design guidance on what to do if an error occurs while handling an exception that occurred?

Although not specifically specified in the language, if the try-catch encounters an error, you want to save the error as a log (WriteExceptionToLogFile section of the code below).try{ // Source from w...

2 years ago

© 2024 OneMinuteCode. All rights reserved.