Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Cleanup code#64

Open
tylervz wants to merge 3 commits into
grails:4.0.xfrom
tylervz:cleanup
Open

Cleanup code#64
tylervz wants to merge 3 commits into
grails:4.0.xfrom
tylervz:cleanup

Conversation

@tylervz

@tylervz tylervz commented Aug 16, 2024

Copy link
Copy Markdown

Add an .editorconfig file, add final newlines to many files, convert tabs to spaces in some Groovy files, make the indentation consistent across files.

Change implicit return statements in Groovy code to be explicit return statements.

@tylervz tylervz changed the title Cleanup Cleanup code Aug 16, 2024
@codeconsole

Copy link
Copy Markdown

why the explicit return statement change?

@tylervz

tylervz commented Oct 4, 2024

Copy link
Copy Markdown
Author

why the explicit return statement change?

It’s just a stylistic preference. I think it makes the code easier to read. But I can take them out if most people prefer implicit returns.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants