[
https://issues.apache.org/jira/browse/FLINK-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394380#comment-14394380
]
Fabian Hueske edited comment on FLINK-1821 at 4/3/15 12:56 PM:
---------------------------------------------------------------
I think it is arguable whether removing the else simplifies the code.
Some people prefer {{else}} statements in such situations because they
explicitly show how all cases of a condition are handled.
I personally would keep it the way it is.
was (Author: fhueske):
I think this is arguable whether removing the else simplifies the code.
Some people prefer {{else}} statements in such situations because they
explicitly show how all cases of a condition are handled.
I personally would keep it the way it is.
> simplify coding
> ----------------
>
> Key: FLINK-1821
> URL: https://issues.apache.org/jira/browse/FLINK-1821
> Project: Flink
> Issue Type: Improvement
> Components: Local Runtime
> Reporter: Liu Jiongzhou
> Assignee: Liu Jiongzhou
>
> There is no need to maintain an "else" syntax in line 157 of
> org.apache.flink.util.AbstractID.
> Remove it for coding simplification.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)