Right now errors are only caught when the app is built and run. Adding tests that run before building the app would help catch problems earlier.
Benefits:
-
Stops the LLM from deleting working code by giving it better feedback.
-
Finds small bugs before they turn into bigger problems later.
-
Gives the LLM a clearer view of what's working and what's broken.
-
Saves time on manual testing, especially for apps with many features.
-
More useful as apps get bigger, so better to add this now than later.
Right now errors are only caught when the app is built and run. Adding tests that run before building the app would help catch problems earlier.
Benefits:
Stops the LLM from deleting working code by giving it better feedback.
Finds small bugs before they turn into bigger problems later.
Gives the LLM a clearer view of what's working and what's broken.
Saves time on manual testing, especially for apps with many features.
More useful as apps get bigger, so better to add this now than later.