JohnDG
Second Officer
Flight distance : 1097270 ft
Malaysia
Offline
|
djiuser_0sznpSoW5hVC Posted at 10-11 11:28
The thing about reading this forum is that you'll get biased responses. There's nothing inherently wrong with that but of the 60 posts on the front page, 22 are currently asking for help with app/drone issues. Most people who have problems will go to this forum directly to get help (that's the reason I personally found this forum in the first place). So you have to keep in mind that you're only getting a snippet of what the userbase is experiencing. Typically, the general public doesn't engage in public forums, it's mainly the more dedicated users which comprise a small percentage.
It's not that developers don't test out the app, that would be ridiculous. Though it can feel that way sometimes. Coding is complex and updates often affect how previous versions work, especially if they introduce a new feature. It's why they have betas. There are just so many variables that affect whether an app works properly from your device hardware/software to DJI's own competence.
You are correct on that, DJI will have test some parts of the coding.
Often the new features are tested thoroughly, but the existing features (code) is not tested because it worked in the past.
A program doesn't exist of just coding but also variables, constants,...
By optimizing some parts those variables need to be parced from one snip of code to another. If a certain variable isn't parced correctly it might jackup the response of other code. I feel this was the case in this incident. The code could have been correct, but a parameter was lost in the parcing, which made the position of the homepoint not responding.
For that reason they should have a procedure of testing also existing and already working functions.
We are not beta testers, but programming is quite complex and tiny adjustments might have a big influence on the program itself. |
|