in reply to Re^4: Edifact anyone?
in thread Edifact anyone?
Release of a feature marked “experimental” is really a form of beta testing. Three issues come to mind (there may be others):
The edge cases are not (fully) documented, as they haven’t all been found yet. So the current behaviour of the feature is not entirely dependable.
As edge cases are found, the feature’s implementation will likely change in future releases. So the current behaviour may change, and code which uses the feature in its present implementation may need to be tweaked.
Or the feature may be deprecated (see Smartmatch alternatives) and eventually removed, so that code which uses the feature may need to be re-written altogether in the future.
In summary: code using an experimental feature requires more stringent testing now, and (potentially) greater maintenance in the future. For production code, it’s wise to avoid these pitfalls wherever possible.
Hope that helps,
| Athanasius <°(((>< contra mundum | Iustus alius egestas vitae, eros Piratica, |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Edifact anyone?
by Anonymous Monk on Dec 18, 2013 at 09:45 UTC |