Skip to content

Use void as default return value for method templates#429

Merged
fbricon merged 1 commit into
redhat-developer:masterfrom
fbricon:void-templates
Feb 2, 2018
Merged

Use void as default return value for method templates#429
fbricon merged 1 commit into
redhat-developer:masterfrom
fbricon:void-templates

Conversation

@fbricon

@fbricon fbricon commented Feb 2, 2018

Copy link
Copy Markdown
Collaborator

Currently the default return value for method templates is Type. So users need to change it to either void or an actual type 100% of the time. Changing the default to void makes the template more productive to use maybe 50% of the time.

Signed-off-by: Fred Bricon fbricon@gmail.com

Signed-off-by: Fred Bricon <fbricon@gmail.com>
@fbricon fbricon added this to the Mid February 2018 milestone Feb 2, 2018
@fbricon fbricon self-assigned this Feb 2, 2018
@fbricon fbricon requested a review from snjeza February 2, 2018 21:55
@fbricon fbricon merged commit 43c2af5 into redhat-developer:master Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants