Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/1752#issuecomment-204510235
From my side, +1 for removing the `ProgramDescription` interface.
I think it is a mismatch with the `main()` method based approach, because
it needs to instantiate the class, while the general entry point is static.
That does not go well together in my opinion. People will write programs with
no default constructor. Previously, with the `Program` interface, such a
constructor was also mandatory, it did fit better there.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---