What I mean is in one case your code is procedural and communicate with another machine through an API, in case of error you can just bail out as it's part of your API, and in the other your code is event-driven and communicate with a user through a GUI, errors have to result into a working UI, even if that UI is just presenting an error message.
Conversation
Notices
-
Embed this notice
Adrien Plazas (kekunplazas@mamot.fr)'s status on Monday, 30-Dec-2024 04:57:26 JST Adrien Plazas
-
Embed this notice
Adrien Plazas (kekunplazas@mamot.fr)'s status on Monday, 30-Dec-2024 04:57:27 JST Adrien Plazas
You can tell when a UI is developed by someone who'se not used to that, just by looking at how the code is structured, how failures are handled, etc.
alcinnz repeated this.
-
Embed this notice